vote up 3 vote down star
1

Is there a way I can ask Visual source safe to get all the files from a given date for a project? We don't use labels, so I can't roll back to a specific label and am hoping that I can somehow just call a certain date range to get the files as they existed on a specific date? Impossible?

flag

3 Answers

vote up 5 vote down check

As far as I know you have to use the get command at a command prompt, not the gui. Something like this should do:

ss Get "$/AFolder" -R -Vd15-03-2009;2:00a

The -R option makes the get recursive and the -vd option gets the version at the specified date.

link|flag
Be sure to use the date/time format as used in the VSS database – Lars Truijens Aug 6 at 11:02
vote up 1 vote down

Using the command line, use the get command with the -Vd parameter

ss get $/Project -R -GTU -Vd4/30/2009;3:00a

I'm not sure, but I don't think there is a way to do this with the ui.

link|flag
You can use this format in the 'get' dialog box too. Enter "d15-03-2009" in the label field. It can be confusing though as you don't get an error message if the date format is wrong (it just doesn't update the files.) – finnw May 26 at 16:24
I know you can use a date in the Show History dialog, but at least in VSS 2005, there is only a "Get Latest" that I can find, and it does not have any label field. – crashmstr May 26 at 16:30
vote up 1 vote down

Using SourceSafe: Get by Date

http://brennan.offwhite.net/mtblog/archives/000282.html

link|flag

Your Answer

Get an OpenID
or

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