Hello All

 

In my Nant Script I am using VSSGET to get the latest copy of my Source Code from VSS.

 

 

   <vssget

 

         user="${vssuser}"

         password="${vsspass}"

         localpath="${deploy.dir}\source"

         recursive="true"

         replace="true"

         writable="true"

         dbpath="${dbpath}"

         path="${vsspath}"/>

 

 

I have the recursive flag set to True which gets the entire project folder. I have certain folders in the project which

I want to restrict from the get lattest command.

 

I tried to cloak the directory and set no permissions on the directory, but I either get the files or I get a no access error.

 

 

What is the best way to restrict directories so the when the script does a get latest the files are never pulled.

 

 

VSS: 6.0d

Nant: .84

 

Thanks

Stuart

Reply via email to