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

50 views Asked by At

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.

1

There are 1 answers

1
Vinumon Surendran On BEST ANSWER

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