All our SVN repositories are stored at /var/lib/svn.

Let's say we have an existing repository called "ProjectA" i.e.
/var/lib/svn/ProjectA. We created a brand new fresh repository called
"Projects" like this /var/lib/svn/Projects.

Now we would like to rename our existing repository "ProjectA" to
simply "A" and then move it (maintaining all the revisions,
prop-changes, etc.) under /var/lib/svn/Projects repository.

So before:
/var/lib/svn/
/var/lib/svn/ProjectA

After:
/var/lib/svn/
/var/lib/svn/Projects/A

I tried using export/import command and also SVN move command from
TSVN client but I am not able to figure out what's is the correct way
to do this.

Reply via email to