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 Lopez Mena [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 19, 2005 9:18 AM
To: Craig Wagner; nant-users@lists.sourceforge.net
Subject: 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 every file inside the folders are properly versioned. does anybody know how to fix it? maybe a VSS patch?
 
thank you very much
ransel


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Wagner
Sent: April 19, 2005 9:55 AM
To: nant-users@lists.sourceforge.net
Subject: RE: [Nant-users] Get VSS Labelled version

        <vssget
            localpath="..\..\..\..\libraries\dotNET\Microsoft\EnterpriseLibrary\bin"
            replace="true"
            removedeleted="true"
            dbpath="${vssPath}"
            version="${build.label}"
          path="$/Applications/${librariesbranchpath}/dotNET/Microsoft/EnterpriseLibrary/bin"
      />


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bert Robbins (Documentum)
Sent: Tuesday, April 19, 2005 6:15 AM
To: 'Ransel Lopez Mena'; nant-users@lists.sourceforge.net
Subject: 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 Robbins


> -----Original Message-----
> From: Ransel Lopez Mena [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 18, 2005 6:43 PM
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] Get VSS Labelled version
>
> Hello everyone:
>
> I have been trying to get a labeled version from VSS and it
> looks like vssget task is able to do it, but there is not any
> example, or at least I haven't found any sample or
> explanation about it. Could anyone, please, send me a sample
> or explain how to create my Nant task to get a labeled version
> from visual source safe?
>
> Thank you very much in advance
> Ransel
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: New Crystal Reports XI.
> Version 11 adds new functionality designed to reduce time involved in
> creating, integrating, and deploying reporting solutions.
> Free runtime info,
> new features, or free trial, at:
> http://www.businessobjects.com/devxi/728
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
>

Reply via email to