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
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
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
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/
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
> 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?
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
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