linuxsvnmigrationrepositorysvn-repository

Siwtch the SVN reponames from http://repo_path to svn://repo_path


I want to change the repo url from http to svn is there any way I can do it..

I get an error everytime I commit in http but not in svnserve.


Solution

  • You can use svn switch --relocate current_repo_url new_repo_url

    http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html