Hi all,
    Is there a way that we can select only given folders from a root folder
direct to vssget.
If I direct $/CODE/DEV/ABC,all ABC contains will be checked out. But I want
only say 3 folders out of  4 in ABC.
Do I have to write 3 <vssget> to complete this, doesn't "path" property
support several paths(something like seperated by commas.)

 <vssget
                  user="myusername"
                  password="mypassword"
                  localpath="Latest"
                  recursive="true"
                  replace="true"
                  writable="true"
                  dbpath="\\MyServer\VSS\srcsafe.ini"
                  *path="$/CODE/ABC/MyProduct,$/CODE/ABC/Customers*"
                />
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to