[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: Question regarding simple CVS workflow in Eclipse...

James, I finally got it working. Thanks a lot! I'm really happy. I don't
know why it didn't work the first time I tried, but I created a fresh
project and tried it again and it worked. The old test project had been used
for som CVS testing beforehand so maybe it was corrupt in some way.

Your example should be added to the Eclipse documentation. There is no
example of how to do this there - and there should be.
Anyway, thanks again! I really appreciate it... now I just have to get the
merging to work.

Best regards
Lee Francis

> 1. Get the version into your workspace. Do this by selecting the project,
> Replace With->Branch or Version..., select the version name, OK.
> 2. Select the project, Team->Branch.... Enter the name of the branch (e.g.
> R2_0_FIXES).
> 3. Now the Branch is in your workspace. Make your fixes, and release
them -
> they'll go into the branch.
> 4. When you're done making fixes, you can version the branch if you want
> (e.g. as R2_0_1).
> 5. To go back to HEAD, Replace With->Branch or Version..., select HEAD.
OK.