Tom Smykowski
Tom Smykowski

Reputation: 26089

Move repository files under different folder

I've created some time ago a repository with many files in it but without any structure like folder 'root' and folder 'tags' and so on. Now I would like to create folder 'root' and put my current work in there, and than create a branch called tagv23 in folder 'tags'. I've created in TortoiseSVN in repo-browser folders root and tags. How to move my all other folders and files to folder 'root' that it will work?

Upvotes: 2

Views: 269

Answers (2)

Joseph Daigle
Joseph Daigle

Reputation: 48428

You're essentially going to branch your existing files and folders. It's always a copy operation, so copy your existing files and folders to the 'root' folder and then delete the originals. Now you can branch from 'root' to 'tagv23'.

Upvotes: 0

Maciej Łebkowski
Maciej Łebkowski

Reputation: 3887

Just move the files using drag and drop, when browsing the repository.

Upvotes: 3

Related Questions