/ Published in: SVN
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#In the old server shell
svnadmin dump /path/to/repository > repository-name.dmp
#In the new server
cd /path/to/new-repository
svnadmin create repository-name
svnadmin load repository-name < repository-name.dmp
Comments
 Subscribe to comments
                    Subscribe to comments
                
                