Hi,

I am using this call to get all the files within a specific VSS
repository project (a.k.a. folder).  It will recursively get the
files in the root project specified in "path", but it does not get
the subprojects within that root project.  Is this a bug or the
intended functionality of only getting the files in the root project
and not the subprojects.  

This is the call I am using and recursive="true"

<vssget user="${vss.username}" password="${vss.password}" 
        localpath="${build.srccode.dir}\${Module.dir}"
        dbpath="${vss.dbpath}" 
        path="${VSSRepositoryPath}" 
        recursive="true"
        replace="true"
        writable="true"
        version="${Label}" />

=====
Michael Dang

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to