posted 22 years ago
Hi,
The only thing that I think of that can be wrong is the "serverpath" it should be the Directory where your VSS database is configured.
Here is a example that i had use
<target name="vssckout" description ="Testing ">
<vsscheckout vsspath="/Code/pre-Poc/QPut.c"
localpath="/localcode"
recursive="true"
ssdir="D:\Program Files\Microsoft Visual Studio\Common\VSS\win32"
serverPath="\\psatsrv80\NewProject\"
login="rajesh.bhoir,vsspass"
/>
</target>
Hope this helps you!