Source Safe Command line - Getting all changed files since label until current time
Posted
by Albert
on Stack Overflow
See other posts from Stack Overflow
or by Albert
Published on 2010-05-12T04:00:17Z
Indexed on
2010/05/12
4:04 UTC
Read the original article
Hit count: 393
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
© Stack Overflow or respective owner