Bugs item #962275, was opened at 2004-05-28 15:31
Message generated for change (Comment added) made by lanceyuan
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=962275&group_id=54790

Category: None
Group: None
Status: Deleted
Resolution: Invalid
Priority: 5
Submitted By: James Lanng (jlanng)
Assigned to: Nobody/Anonymous (nobody)
Summary: vssget doesn't know how to get from a label

Initial Comment:
vssget doesn't know how to get from a label.  It is 
especially important to be able to do this so that builds 
are repeatable.

----------------------------------------------------------------------

Comment By: lance (lanceyuan)
Date: 2004-12-17 20:53

Message:
Logged In: YES 
user_id=1180363

I have the same problem with V0.85. When I don't set the
version attribute vssget works just fine but when I use the
version attribute I get "Invalid OLEVERB structure" error.
Also vssget doesn't take label attribute. How do I get the
specific label out of VSS? I checked the source code of
NAntContrib(V0.85) didn't see it handles the version
attribute at all. Any idea?

thx

----------------------------------------------------------------------

Comment By: chazmanian (chazmanian)
Date: 2004-07-19 18:22

Message:
Logged In: YES 
user_id=1086936

In response to the posting:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
from the documentation:

version attribute, type string = A version of the path to 
reference. Accepts multiple forms, including the label, version 
number, or date of the version. If omitted, the latest version 
is used.  

example from my ccnet update script:

<vssget
            user="${sourcesafe.user}" 
            password="${sourcesafe.password}" 
            localpath= "${solution.directory}"
            recursive="true"
            replace="true"
            writable="false"
            dbpath="${sourcesafe.ini}"
            path="${sourcesafe.project}"
            label="${project.version}"
        />

works for me :)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
The above syntax did not work for me. I have tried the label
attribute with no success. Is there something else I need to
know about with regard to this part of the vssget task?
 

----------------------------------------------------------------------

Comment By: James Lanng (jlanng)
Date: 2004-06-01 08:23

Message:
Logged In: YES 
user_id=749932

User ignorance!

----------------------------------------------------------------------

Comment By: James Lanng (jlanng)
Date: 2004-06-01 08:23

Message:
Logged In: YES 
user_id=749932

User ignorance!

----------------------------------------------------------------------

Comment By: underEducated (undereducated)
Date: 2004-05-28 16:42

Message:
Logged In: YES 
user_id=1030832

from the documentation:

version attribute, type string = A version of the path to 
reference. Accepts multiple forms, including the label, version 
number, or date of the version. If omitted, the latest version 
is used.  

example from my ccnet update script:

<vssget
            user="${sourcesafe.user}" 
            password="${sourcesafe.password}" 
            localpath= "${solution.directory}"
            recursive="true"
            replace="true"
            writable="false"
            dbpath="${sourcesafe.ini}"
            path="${sourcesafe.project}"
            label="${project.version}"
        />

works for me :)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=474851&aid=962275&group_id=54790


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to