My code is at a released version, and I want to freeze the code on that version, while I continue to develop code for the next release.
I would, obviously, like to be able to retrieve the code as it was at the time of the released version.
I'm not sure how to do that...
John Curry
Version Control
Re: Version Control
You can apply a label. A label is a tag that marks your code at a specific version/point in time.
To do this, right click on the project root folder and select "Label." Provide a name for your label.
In the future you can then right-click on the project, select Show Labels and GET that label, or use the GETLABEL command from the Command Line Client for builds, etc.
Another option, if you want to eventually merge in code from your next release, is to create a branch, and work in the branch.
More details here:
http://support.sourcegear.com/viewtopic.php?t=9
http://support.sourcegear.com/viewtopic.php?t=193
To do this, right click on the project root folder and select "Label." Provide a name for your label.
In the future you can then right-click on the project, select Show Labels and GET that label, or use the GETLABEL command from the Command Line Client for builds, etc.
Another option, if you want to eventually merge in code from your next release, is to create a branch, and work in the branch.
More details here:
http://support.sourcegear.com/viewtopic.php?t=9
http://support.sourcegear.com/viewtopic.php?t=193
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
Re: Version Control
Let me know if you need anything else.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager