If you are using gf or git you could create the new repository normally and then push the old repository into the new. When done delete the old.
This is how I have moved repositories around. Not sure about svn.
Would it be possible to implement the ability to rename repositories?
The way I'm doing it currently is to create a new repository with the
new name, delete it from the file system, copy the repository to the
new name, then delete the old repository. It doesn't happen that
often, its just when it does, somebody who has terminal access to the
server needs to do it.
- stop scm-manager
- rename the repository folder (.scm/repositories/type/name)
- create a backup of the repositories.xml (.scm/config/repositories.xml)
- search the repository in the repositories.xml and change the name
element to the new value
- start scm-manager
I will think about a rename function for the core of scm-manager.
Sebastian
2011/11/29 Mark Ward <ward...@gmail.com>: