I know how to move a directory locally in Windows Explorer, so it moves to SVN also after it runs with TortoiseSVN:
How do you move a file to SVN?
Use right-drag→move
Now my problem is that you can forget this and directly move the directory:
- on my machine: everything looks great for TortoiseSVN; all my builds and compilation uses relocated files.
- in the SVN repository: the transition was not completed, everything remains as before
- on another development machine: after the update, the movement is not visible, so the assembly bits are interrupted.
Question: how do you verify that all directories and files under the parent directory have the same structure locally than in SVN?
source
share