How to move directories across SVN repositories
Recently we were restructuring our project repositories, where I had to move a project from it’s own repository to another repository.
When do a move under SVN you need to make sure that the history is not lost, so I will explain two common scenarios and how you could do the SVN move
Scenario 1 - Moving files or directories with in a SVN repository
Below is a screen shot of my existing repository and I want to move the configuration directory to the project directory without loosing the history.
First of of all this will work only for the versioned items, so please commit your changes to the directory you want to move before doing this. The steps explained below assumes that you are using Tortoise SVN
Read more...