0

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.

1 Answer 1

2

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.

3

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .