SourceSafe Integration
Posted: Wed Apr 18, 2001 12:15 pm
Is there any easy way to integrate SourceSafe into TextPad? SourceSafe (at least version 6.0 - which comes with Visual Studio 6) has a command line interface, named ss.exe, which does pretty much what the GUI does.
The commands are quite simple: SS Checkout to take the file from the project pool and SS Checkin to put it back in. There are a lot more commands of course, but these are the most frequently used.
The problem: The command takes two paramters. The second is the filename ($file I guess). The first is a lot trickier: It is the source file filename within the SourceSafe project pool. So, to checkout a file named "file.asp" inside a folder named "folder" of a project named "project", you would have to type:
SS Checkout $/project/folder/file.asp C:\WorkingFolder\Project\Folder\file.asp
Any solutions/suggestions?
The commands are quite simple: SS Checkout to take the file from the project pool and SS Checkin to put it back in. There are a lot more commands of course, but these are the most frequently used.
The problem: The command takes two paramters. The second is the filename ($file I guess). The first is a lot trickier: It is the source file filename within the SourceSafe project pool. So, to checkout a file named "file.asp" inside a folder named "folder" of a project named "project", you would have to type:
SS Checkout $/project/folder/file.asp C:\WorkingFolder\Project\Folder\file.asp
Any solutions/suggestions?