Let me know if this helps
<target name="get">
<vssget vsspath="${ssProjectPath}" ssdir="${sourceSafeDir}"
localpath="${projectDestDir}" recursive="true" writable="true"/>
</target>
-----Original Message-----
From: T Master [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 24, 2001 12:19 PM
To: [EMAIL PROTECTED]
Subject: [antlist] VSS task
Does anyone have links, sample code, docs or other pertaining to the use of
the VSS task?
I'm interested in gets of latest code, labels, and commits.
Thanks in advance.