PDA

View Full Version : unchecked "recursively" not working


kyle
07-09-2008, 01:32 PM
Hi all,

I do a get latest from source safe WITHOUT checking "Perform operation recursively on all subdirectories" checkbox but it's still getting all subdirectories. I am using visual source safe version 6. Any help would be appreciated?

Thanks

kinook
07-09-2008, 01:43 PM
The VBP SourceSafe action does not include the ss.exe (http://msdn.microsoft.com/en-us/library/5ws92cw2(VS.80).aspx) -R flag (http://msdn.microsoft.com/en-us/library/h5tf7dw9(VS.80).aspx) when the recursive option is unchecked, and in our tests ss.exe does not get recursively without that flag.

You would need to contact Microsoft support regarding the issue, as it's their product (VSS/ss.exe), not VBP, that is actually performing the SourceSafe operation.

kyle
07-09-2008, 03:47 PM
thanks for your quick response...this is interesting! To get around VSS problem, I have to include "-r-" (two hyphens) in the "Additional command line options". This way, it's no longer recursively getting subdirectories...looking forward to get some licenses for VBP...

kinook
07-09-2008, 03:56 PM
Perhaps you have 'Tools | Options | General | Act on projects recursively' checked in the VSS Explorer.

kyle
07-09-2008, 05:23 PM
Yes, I had it checked!

Thanks