I have an SVN repository named 'Solution' (contains many projects) created without the default trunk, branch etc structure. I'd like to move this to the recommended structure.
I have created the new folder structure on the server where 'Team' is the root containing aforementioned trunk and branches. So should I relocate locally to Team/Trunk or copy locally and Add to the new repo folders? I'd like to maintain history in the process, if possible.
I have read a number of SO posts on this theme, but it seems there are many ways of getting this right or wrong, depending on circumstances.
Also, I'm new to SVN and development in general, hence I need GUI instructions as opposed to command line, please, sorry to be non-developer about it. Doing my best.
Illustration:
(Existing)
Solution/
Project folders/
(Proposed)
Team/
Trunk/
/Project folders
Branches/
svn move
the project folders into that, as you mentioned. – Limes