#1
|
|||
|
|||
unchecked "recursively" not working
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 |
#2
|
|||
|
|||
The VBP SourceSafe action does not include the ss.exe -R flag 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. |
#3
|
|||
|
|||
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...
|
#4
|
|||
|
|||
Perhaps you have 'Tools | Options | General | Act on projects recursively' checked in the VSS Explorer.
|
#5
|
|||
|
|||
Yes, I had it checked!
Thanks |
|
|