I created svn repositories, without worrying about branches, etc. Now, I want to create branch. This question says I can create branch by copying. However, as I do not have trunk/branches folder, whats the right way /commands to reorganize the directories?
Asked
Active
Viewed 1,350 times
1 Answers
5
First, create and check in a folder named trunk, move all your files and folders to the trunk folder with svn move
. If you have TortoiseSVN you can move with the repository browser.
Then create a folder named branches
and one named tags
and you should be back on track with a standard layout.
There is nothing special with trunk, tags and branches, it is just a naming convention.

Albin Sunnanbo
- 46,430
- 8
- 69
- 108