Bugs item #962275, was opened at 2004-05-28 11:31
Message generated for change (Comment added) made by chazmanian
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: chazmanian (chazmanian)
Date: 2004-07-19 14: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 04:23

Message:
Logged In: YES 
user_id=749932

User ignorance!

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

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

Message:
Logged In: YES 
user_id=749932

User ignorance!

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

Comment By: underEducated (undereducated)
Date: 2004-05-28 12: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


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
NAntContrib-Developer mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

Reply via email to