+7 votes
923 views
in Programming by (1.7k points)
Migrating a Subversion repository (SVN) to another server

1 Answer

+8 votes
by (12.8k points)
In this publication will explain the procedure to migrate a Subversion repository to another server. 
 
1. Supporting the SVN repository of the current server using the command: 
 
1. 
svnadmin dump / path / repository> repositorioSVN.dump 
 
The command sends the contents of the current server repository file repositorioSVN.dump 
 
. 2 On the target server create a new Subversion repository using the command: 
 
1. 
svnadmin create / path / repository 
 
Three. Copy backup file (repositorioSVN.dump) on the target server and 
import the repository using the following command: 
 
1. 
svnadmin load - force-uuid / path / repository <repositorioSVN.dump
Ask a Question
Welcome to WikiTechSolutions where you can ask questions and receive answers from other members of the community.

You can ask a question without registration.

Categories

...