Im using following code for vssget. <target name="test"> <vssget localPath="C:\mysrc\myproject" recursive="true" label="Release1" serverpath="\\DC\shared\VSS" ssdir="\\DC\shared\VSS\win32" login="vssuid,vsspwd" vsspath="/ics/src"/>
</target> VSS is installed in shared network directory. When i run above cmd, i get test: [vssget] No VSS database (srcsafe.ini) found. Use the SSDIR environment vari able or run netsetup. BUILD FAILED Any pointers?
edward moraru
Greenhorn
Joined: Oct 10, 2002
Posts: 2
posted
0
what i did was to put another tag, it seems that i doesn't find the srcsafe.ini file. <target name="nightly-build"> <vssget login="user,paswd" ssdir="C:\Program Files\Microsoft Visual Studio\Common\VSS\win32" serverPath="H:\projectX" localPath="E:\projects\projectX" recursive="true" vsspath="/projectX/"/> </target> hope it helps you
Don't take life serious 'cause you'll never get out of it alive.