Tortoise, by default, updates recursively. However, I need it to recursively update even when the directories down in the tree are not connected to the root directory.
Ex:
- c:\A (file system) maps to http://rep/a (SVN)
- c:\A\B (file system) maps to http://rep/a/b (SVN)
- c:\A\B\C (file system) maps to http://rep/c (SVN)
See? If I update c:\A, by default, c:A\B\C won't be updated.
Is there a way to solve it?