This post originated from an RSS feed registered with .NET Buzz
by Korby Parnell.
Original Post: How To: Diff/Compare Two Labels in Visual SourceSafe
Feed Title: Korby Parnell
Feed URL: /msdnerror.htm?aspxerrorpath=/korbyp/Rss.aspx
Feed Description: Copyright 2003 Korby Parnell Fri, 01 Aug 2003 10:03:48 GMT ChrisAn's BlogX korbyp@microsoft.com korbyp@microsoft.com Alex Lowe Joins Microsoft http://blogs.gotdotnet.com/korbyp/permalink.aspx/536bb108-6a66-4dc6-8847-69f4d799bb55 http://blogs.gotdotnet.com/korbyp/permalink.aspx/536bb108-6a66-4dc6-8847-69f4d799bb55 Fri, 01 Aug 2003 10:03:48 GMT From ASP.NET MVP to Microsoft .NET Evangelist. Success is the domain of good guys. Welcome aboard Alex. I look forward to meeting you in person. Thanks to ScottW for posting the big announcement. Este mensaje se proporciona "como está" sin garantías de ninguna clase, y no otorga ningún derecho.
This batch script creates a text file containing the differences between two
labels of a SourceSafe project and all of its sub-projects. It was originally posted
to microsoft.public.visualsourcesafe by Weston Morris. Thanks Weston!
@ECHO
OFF
REM
This batch file will create a text file containing the differences
REM
between 2 labels of a project and all sub-projects off of that project.
REM
The project name and labels must not contain any spaces.
REM
The env variable SSDIR must point to the the path where VSS is installed on your machine.