How does one go about marking a major revision using the Subclipse plugin? I'd like to mark a project at the end of an iteration such that it's possible to revert if necessary without going through endless changes.

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

Assuming that your repository is divided into branches, trunk and tags, i'd suggest that you create a new tag.

Use the "Branch/Tag" command after commiting your work. It makes a copy that is called a tag and is stored (usually) in the "tags" folder.

link|improve this answer
Thanks. Had trouble finding out how to create a tag. The following should be useful: ist.berkeley.edu/as-ag/tools/usage/subclipse-usage-tips.html – James Poulson May 16 '10 at 8:51
If this answer helped you it'll be much appreciated if you could "check" this answer =) – lajuette May 17 '10 at 13:15
It did indeed help. Done :) – James Poulson May 21 '10 at 14:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.