Source Safe Command line - Getting all changed files since label until current time
- by Albert
Hi All,
I would like to do a 'GET' (From the command line, ss.exe) of files that has been added/changed since a label, and place them in say C:\temp\db
I have files a.cs, b.cs, c.cs currently
If I label my project version1.0
then add files 10.cs,11.cs,12.cs and 13.cs
I would like my GET to get 10, 11, 12 and 13...
Let me know if this is possible!
I have tried:
ss GET "$/xyz/parentproject/project" -GLc:\temp\db\ -Vl~"proj 3.2.27" -I-N
Regards,
Albert