Re: Moving an existing Repository to a newly created repository

2011-06-26 Thread Nico Kadel-Garcia
On Fri, Jun 24, 2011 at 2:28 PM, Tech Geek wrote: > 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

Re: Moving an existing Repository to a newly created repository

2011-06-25 Thread Tech Geek
We are trying to reorganize some our projects and hence repositories so that it makes some kind of logical sense (naming wise). Our existing repository that we want to move i.e. ProjectA has very few commits (4 to 5) in it and we do not care if the revision numbers change as long as we have commit

Re: Moving an existing Repository to a newly created repository

2011-06-25 Thread Thorsten Schöning
Guten Tag Tech Geek, am Freitag, 24. Juni 2011 um 20:28 schrieben Sie: > 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. What you need is svnadmin dump and load and your process is not trivial

Re: Moving an existing Repository to a newly created repository

2011-06-24 Thread Les Mikesell
On 6/24/2011 5:06 PM, Geoff Hoffman wrote: On Fri, Jun 24, 2011 at 2:28 PM, Tech Geek mailto:techgeek12...@gmail.com>> wrote: > You should be able to use regular old mv on the command line for this. So, svadmin create /var/lib/svn/Projects # Create new repo Projects mv /var/

Re: Moving an existing Repository to a newly created repository

2011-06-24 Thread Geoff Hoffman
On Fri, Jun 24, 2011 at 2:28 PM, Tech Geek wrote: > > You should be able to use regular old mv on the command line for this. > So, > svadmin create /var/lib/svn/Projects # Create new repo Projects > mv /var/lib/svn/ProjectA A # Rename ProjectA to A > and then? > how do I move repository "A" und

Re: Moving an existing Repository to a newly created repository

2011-06-24 Thread Tech Geek
> You should be able to use regular old mv on the command line for this. So, svadmin create /var/lib/svn/Projects # Create new repo Projects mv /var/lib/svn/ProjectA A # Rename ProjectA to A and then? how do I move repository "A" under "Projects" repository?

Re: Moving an existing Repository to a newly created repository

2011-06-24 Thread Geoff Hoffman
You should be able to use regular old mv on the command line for this. I just did this yesterday and was happily surprised that everything just worked. (Requires svn switch on the client side working copies.) On Fri, Jun 24, 2011 at 11:28 AM, Tech Geek wrote: > All our SVN repositories are stor

Moving an existing Repository to a newly created repository

2011-06-24 Thread Tech Geek
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