A branch of a project went into a totally different direction. Therfor I wanted to move that specific folder into a new repository e.g.:
svn://myserver/repo1/branches/crazyrefactor/ svn://myserver/repo2/trunk/
To archive this there are several steps needed. You will need shell access to the server where the repository is located.
- Backup the source repository (creating a dump) and filter the specific source folder
- Create the new repository and the folder structure
- Import the dump file into the new repository
- Move the folder to trunk Read more »