Currently, I am working on a file that is shared between multiple projects in Visual Source Safe and we have come to a point where we need to update it to be specific to a certain project. Is there a way to safely remove the shared status from the file file?

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

There's a "branch files" icon in the toolbar. looks like a page on the left with two arrows split pointing right.

Go to the project that you need to roll-back to a prior version and branch at THAT instance. Leave the PRIMARY entry alone. Then, you should be able to do a roll-back of that specific single file (or files) as needed.

link|improve this answer
2  
SourceSafe help for the branch command "Branches a previously shared file. The Visual SourceSafe Branch command breaks the shared link between copies of the file, making the file versions independent and able to be part of separate projects." – Bigwave Oct 1 '09 at 14:11
That did the trick, thanks for the help. – Rob Z Oct 1 '09 at 14:16
feedback

Your Answer

 
or
required, but never shown

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