If I use the Source Safe action “VSS Add File(s)” and add a folder tree recursively, it seems that it cannot add two folders with the identical names if they are nested in a subdirectory.
Make a folder on the disk called testRecursive place a subfolder called test and another subfolder called test as well. Place some dummy files and use the add action
Example:
C:\testRecursive
C:\testRecursive\test
C:\testRecursive\newdoc.txt
C:\testRecursive\test\test
C:\testRecursive\test\test\anotherdoc.txt
C:\testRecursive\test\test\yetanother.txt
Only the first test folder is added, I don’t know if this is a VSS bug or a Finalbuilder bug.
We’ll check this out on Monday, this looks like a bug to me. What are you specifying for the Files field. I suspect if you use a filespec, for example *.txt then recursion will fail because the directory test will not match.