Title: RE: [Nant-users] Get VSS Labelled version
You may be running into this bug. I had the same
problem last year when I first started working with NAnt and the
vssget task. Took forever to find this article.
http://support.microsoft.com/default.aspx?scid=kb;en-us;837417
From: Ransel
Title: RE: [Nant-users] Get VSS Labelled version
Hello everyone,
It looks like the VSS has a bug, because I can see the
folder creation but for some reason there is nothing inside them (No files).
When I try to do the same from inside VSS I get Version not found errors and I
can see that
Title: RE: [Nant-users] Get VSS Labelled version
localpath="..\..\..\..\libraries\dotNET\Microsoft\EnterpriseLibrary\bin"
replace="true"
removedeleted="true"
dbpath="${vssPath}"
Title: RE: [Nant-users] Get VSS Labelled version
I will second this request. I put in a request to the nant-contrib enhanment/bug DB.
It appears that nant-contrib could handle labels with a get request but that the vssget task does not process a label-name like the vsslabel task does.
Bert