acadia
acadia

Reputation: 1657

Versioning Projects in Visual Source Safe

I am currently working on Phase 1 of my project and all files are checked into Visual Source safe. How do I version this project as phase 1.

I know if it is a single file we can roll back changes etc.

After I start working on Phase 2. I should be able to get the phase I project and make any changes as required.

Please help

Upvotes: 0

Views: 961

Answers (2)

crashmstr
crashmstr

Reputation: 28573

VSS has a feature called "Share and Pin". It is the closest thing it has to branching. I've found it to take a long time, slows down access later on, and hard to work with.

But I would suggest starting by looking in the help for that topic.

Introducing Visual SourceSafe

How to: Share and Branch a File

Upvotes: 0

17 of 26
17 of 26

Reputation: 27382

If you want to make changes to both Phase 1 and Phase 2, your only option is to make a copy of the entire project.

If you don't need to go back and make changes to Phase 1 and will only ever need to get the code for it, you can use a label.

Upvotes: 1

Related Questions