Is there a clean way to move / to /trunk?

后端 未结 9 1684
感动是毒
感动是毒 2020-12-23 17:34

I made the mistake of creating a Subversion repository without the usual trunk, branches, and tags directories. That is, the root dire

9条回答
  •  再見小時候
    2020-12-23 18:08

    As the other answers point out, just doing a svn mv into the trunk directory will do this. To then update your working copy, check out the svn switch command.

提交回复
热议问题