How to change structure of subversion repository?

后端 未结 5 2154
傲寒
傲寒 2021-01-04 17:31

I\'m a newbie with Subversion, so I don\'t now if this is a dumb question:

I\'ve inherited a subversion repository with a flat structure with no /trunk /tags /branch

5条回答
  •  Happy的楠姐
    2021-01-04 17:51

    svn move (1.4) (1.7) can operate on directories within the repository, so you shouldn't need to check out or check in anything.

提交回复
热议问题