RE: [Nant-users] vssget - version=

2003-07-31 Thread Eric Fetzer
l failure on text labels, I'm not sure how to fix the problem.  Otherwise, I have had good luck with the VSS tasks.   Peter     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric FetzerSent: Wednesday, July 30, 2003 16:24To: Nant UsersSubject: [Nant-users] v

RE: [Nant-users] vssget - version=

2003-07-31 Thread Peter Lanoie
27;m not sure how to fix the problem.  Otherwise, I have had good luck with the VSS tasks.   Peter     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric FetzerSent: Wednesday, July 30, 2003 16:24To: Nant UsersSubject: [Nant-users] vssget - versio

[Nant-users] vssget - version=

2003-07-30 Thread Eric Fetzer
I'm trying to get vssget based on a label working.  It works well for me without a label.  I'm using nantContrib from 6/3/2003.  Here's my .build file:           user="Efetzer"    localpath="D:\TestGetLatest\Development"    recursive="true"    replace="true"    writable="true"  

RE: [Nant-users] vssget version labeled

2003-01-03 Thread Javier Ochoa Lopez
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 a

[Nant-users] vssget version labeled

2003-01-03 Thread Javier Ochoa Lopez
Does anybody know if there is a way to get the files of an specific labeled version from SourceSafe? I only know these options:      dbpath="${vss.ini}"   recursive="true"    user="${vss.user}"    password="${vss.password}"    path="${vss.path}"    writable="true"   replace="false"