I've read about the svn move
command but haven't been able to use it the right way... Here's my situation: I have a project with 5 components. Right now, I've made separate Repositories for each component and they all have a flat structure. I'd like to move all these components into a single repository so that I'd finally have a structure like:
/Project
/Component1
/branches
/tags
/trunk
/Component2
/branches
/tags
/trunk
And the existing code of each component would be in the trunk
directory of each component, all set for us to branch/tag it.
An example of the svn move
command to accomplish this would be REAL helpful.
Thanks in advance,
Jim