Reputation: 31
I understand the labeling and branching of vss, but how do i implement it with visual studio 2008. for example i am labeling all the files in my project as "version 1.0" and then (after that changes checkouts and check ins made) i want to bring version 1.0 back to visual studio. how do i do that from visual studio? or do i have to do it from VSS?
thanks
Upvotes: 0
Views: 131
Reputation: 100587
Within Visual Studio, you can right-click on the solution or project.
If your project is NOT under source control, and was not part of the label at that point in time, then you'll have to go back to the VSS GUI to View History by the Label that you like.
Upvotes: 1