Chris,
Which version of VSS are you using ? There is a known issue with in VSS 6.0d regarding recursive get not wirking. I think a fix is availlable for this, but i'm not sure.


Regards,
Nick



----Original Message Follows----
From: "Delaney, Chris" <[EMAIL PROTECTED]>
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
Subject: [Nant-users] Vssget by label
Date: Thu, 6 May 2004 10:08:26 -0400


I am having problems with vssget when I add the version attribute. When I add the version attribute only the root project is coming down, not the sub-directories. If I remove the attribute all the files get pulled.

My targets are :


<target name="vsslabel" depends="checkinBuildNumber"> <echo message="label version - Version ${sys.version}"/> <vsslabel dbpath="${vss.dbpath}" path="${vss.path}" user="${vss.user}" comment="Chris test" label="Version ${sys.version}" />


<target name="vsspullToLatest" depends="saveLatest"> <!-- make directory --> <mkdir dir="${build.latest}"/> <echo message="get version - Version ${sys.version}"/> <!-- get source code --> <vssget user="${vss.user}" localpath="${build.latest}" recursive="true" replace="true" writable="true" dbpath="${vss.dbpath}" path="${vss.path}" version="Version ${sys.version}" verbose="true" />

</target>

Thanks


[EMAIL PROTECTED] 212-820-4929


_________________________________________________________________
MSN Search, le moteur de recherche qui pense comme vous ! http://fr.ca.search.msn.com/




-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to