Does anybody know if there is a way to get the files of an specific labeled version from SourceSafe?
I only know these options:
   <vssget localpath="${src.dir}"
          dbpath="${vss.ini}"
   recursive="true"
   user="${vss.user}"
   password="${vss.password}"
   path="${vss.path}"
   writable="true"
   replace="false"
   verbose="${isVerbose}"/>
 
thanks in advance

Reply via email to