I believe that there are some shortfalls to the NAnt task for VSS operations, but not at the fault of NAnt.  I think the sourcesafe COM DLL that NAnt uses for VSS operations is limited (though it would seem not, cause I would think that that's what VSS explorer uses).  Perhaps I'm just missing something.  I just looked at an old version of the VSS tasks in the NAnt source, but I'm unable to determine anything useful from it (my own lack of C# comprehension).  I have tried doing various VSS operations but haven't had much luck with anything short of a simple "get all in a project".  Also have tried getting a specific version of a project/file and it's had some problems.  Never been able to properly retrieve a particular version.
 
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Eric Fetzer
Sent: Tuesday, July 15, 2003 17:38
To: Nant Users
Subject: [Nant-users] VSSGET

Does anyone know of a way to use vssget on specific file types?  For example:
 
    <vssget
        user="Dude"
        localpath="D:\TestGetLatest\SpecificFileTypes"
        recursive="true"
        replace="true"
        writable="true"
        dbpath="\\VSS_Proj\srcsafe.ini"
        path="$/Project/**.css"
    />
 
 
Thanks,
Eric


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

Reply via email to