Move an SVN respository when the server is dead

前端 未结 3 793
臣服心动
臣服心动 2021-01-17 00:59

My SVN server is dead.

I have another machine I could use as an SVN server and a couple of machines with working copies of the original repository.

Is there

3条回答
  •  -上瘾入骨i
    2021-01-17 01:30

    If you're willing to abandon the history, you could create a new repository and add your working copy as its new content. In order to do this, however, you need to remove all .svn folders first. Some scripting could do that.

    Be sure to do all this with a copy of your working copy, as it seems to be the last thing you have to cling to.

提交回复
热议问题