sourcesafe-6.0

Source Control Association Bindings Problem

I've started working on an existing project at my company that was check into VSS 6.0 about a month ago. It was built using Visual Studio 2005 and C# and references all point to .NET 2.0. I went into VSS and set my working folder as per usual and got the latest version. I've opened this project at which point I'm prompted with this: ...

SourcesSafe 6.0: Search File Comments

Hi all, Is it possible to search within a project the comments users added after they checked-in files? (manually can be done by selecting a file, Right Click --> Show History --> select Version --> Details, viewed at Comment pane). Is it possible to get all files that have as comment lets say '4.4.2' automatically? Thanks in advance...

Source Safe Command line - Getting all changed files since label until current time

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 th...