Working with Visual SourceSafe

You are viewing an old version (v. 3) of this page.
The latest version is v. 5, last edited on Aug 11, 2009 (view differences | )
<< View previous version | view page history | view next version >>

Define SourceSafe repository

SourceSafe repository can be defined by choosing the Visual SourceSafe menu item from the repository menu as follows:

Specify sourcesafe command location

QuickBuild utilizes the sourcesafe command (normally ss.exe) to interact with SourceSafe database. If this command is not in system path, you will need to specify location of the command by configuring Visual SourceSafe plugin through Plugin Management page.
Further more, soucesafe command location can be specified on a per-node basis by following below steps:

  1. Open Visual SourceSafe plugin setting page and set the property VSS Executable Path as:
    ${node.getAttribute("ssExePath")}
    
  2. For each node that does not have sourcesafe command on system path, define the user attribute vssPath to point to the actual sourcesafe command path like below:

In case of user agent node, the user attribute need to be defined in this way.

Please note that in above example, the ssExePath user attribute is just for demonstration purpose. You can use any other user attribute name.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.