RE: [Nant-users] Get VSS Labelled version

2005-04-19 Thread Craig Wagner
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

RE: [Nant-users] Get VSS Labelled version

2005-04-19 Thread Ransel Lopez Mena
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

RE: [Nant-users] Get VSS Labelled version

2005-04-19 Thread Craig Wagner
Title: RE: [Nant-users] Get VSS Labelled version         localpath="..\..\..\..\libraries\dotNET\Microsoft\EnterpriseLibrary\bin"    replace="true"    removedeleted="true"    dbpath="${vssPath}"   

RE: [Nant-users] Get VSS Labelled version

2005-04-19 Thread Bert Robbins (Documentum)
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