Posts Tagged ‘SVN’

migrate SVN Repositories to another server

Make sure you have enough rights to the existing repository: First, dump the repository using svnadmin: svnadmin dump /path/to/your-repository-name > your-repository-name.repo Create your new repository (if you haven’t already): svnadmin create your-new-repository-name Then, load it into the new repository: svnadmin load your-new-repository-name < your-repository-name.repo Then, in your checked out code directory, change the repository location [...]

Continue reading »

Follow

Get every new post delivered to your Inbox.