rem Setup environment for VSStoP4 rem Make sure that ss.exe (Sourcesafe) can find the file "srcsafe.ini" rem Specify directory where file exists rather than full path to file set SSDIR=c:\work\vss rem Make sure we add ss.exe to path set path=%path%;"C:\Program Files\Microsoft Visual Studio\Common\VSS\win32" set p4client=vss
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 2125 | Robert Cowham |
Several improvements: - config option for date and time format (tested with US and UK) see comments in config for details. - improved error handling when running subsidiary scripts - extra config option allowing parts of a VSS repository to be excluded (e.g. if corrupt) - allow p4port/client/user to be specified in config file |