View Single Post
  #3  
Old 08-31-2006, 09:55 AM
Albert Albert is online now
Registered User
 
Join Date: 08-18-2006
Posts: 9
You are correct! When you specify the folder then it work recursively however you must specify the folder in the files to process section not in the path for local files section. Only then can I get it to act recursively.

PS: I also tried setting the command string to .-R * and it failed. There still doesn't seem to be an easy way to get just the content and the subfolders without also creating the root folder.

For example:
1. Set CD To $/History/version 1.0.0.0/Executables
2. Specify VSS Action Add and files to process as C:\vbp\build

The result is $/History/version 1.0.0.0/Executables/build instead of just puting the content of the build folder and it's subdirectories into the Executables VSS project folder.

Whew! I guess I can live with it this way but if anyone has any suggestions I would like to hear them.

Thanks!
Reply With Quote