How to change structure of subversion repository?

后端 未结 5 2164
傲寒
傲寒 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条回答
  •  佛祖请我去吃肉
    2021-01-04 17:58

    If you're use TortoiseSVN:

    1. Create empty required directories (/trunk /tags /branches)
    2. Commit them.
    3. In context menu open TortoiseSVN > Repo-Browser , where simply select all(except /trunk /tags /branches) and drag-n-drop to /trunk directory (all inside of Repo-Browser window)
    4. Pres Ok > Submit > Ok

提交回复
热议问题