sorry for that easy one..
version="name-of-the-label"
-----Mensaje original----- De: Javier Ochoa Lopez
Enviado el: vie 03/01/2003 12:02 Para:
[EMAIL PROTECTED] CC: Asunto:
[Nant-users] vssget version labeled
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 |