0

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Danny
  • 135
  • 1
  • 7

1 Answers1

0

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

  • I did that but now the repo is change I can commit by the copy wont update gets stuck in svn update... – Danny Nov 21 '14 at 05:16