I'm trying to get vssget based on a label working.  It works well for me without a label.  I'm using nantContrib from 6/3/2003.  Here's my .build file:
 
<project name="GetLatest">
    <vssget
        user="Efetzer"
        localpath="D:\TestGetLatest\Development"
        recursive="true"
        replace="true"
        writable="true"
        dbpath="\\Server\Repository\srcsafe.ini"
        path="$/Development"
        version="Build 53"
    />
</project>
 
NAnt is saying:
 
 vssget failed
Version not found
 
This particular label was created at the same level as the path.  Does anyone know what I'm doing wrong?  Thanks - Eric


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

Reply via email to