schooner
schooner

Reputation: 3077

Getting all changed files from a certain date from a VS project or VSS?

Is there a utlity or other means to easily pull all changed fiels from a VS ASP.NET project or from the associated VSS store for that poroject fro ma given date and have it maintain the folder structure and dump it to a seperate folder from the dev version for deployment purposes? Want to be able to easily grab the chanegs so we can push them over to a test server to merge with the previous version without doing a full copy of the source.

Upvotes: 0

Views: 304

Answers (1)

Robert Harvey
Robert Harvey

Reputation: 180788

This might be what you are looking for:

Using SourceSafe: Get by Date
http://brennan.offwhite.net/mtblog/archives/000282.html

Upvotes: 1

Related Questions