Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get SourceSafe project of a version before a certain date?

I am using SourceSafe Explorer v8.0. I imported an existing project from SourceSafe into VS 2008, worked on the project and checked it in a few times.

Now I need to import the same project into a different folder but the version of before I started working on it. I see a Get Latest" option. Where's the option to get a certain older version?

like image 840
Tony_Henrich Avatar asked Jul 02 '09 19:07

Tony_Henrich


1 Answers

Don't do it from Visual Studio. Login into VSS with the VSS tool. Select the project in VSS - right ckick on the project and pick "Show History" - in the dialoge that pops up select the version you want and then click "Get".

like image 72
Jim Evans Avatar answered Sep 20 '22 03:09

Jim Evans