リポジトリの URL を http から svn に変更したいのですが、それを行う方法はありますか?
svnserve ではなく http でコミットするたびにエラーが発生します。
リポジトリの URL を http から svn に変更したいのですが、それを行う方法はありますか?
svnserve ではなく http でコミットするたびにエラーが発生します。
svn switch --relocate current_repo_url new_repo_url を使用できます
http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html