[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: project vs. repository

From: Edward Ned Harvey <svn_at_nedharvey.com>
Date: Thu, 13 Jan 2011 22:37:19 -0500

> From: alan.james.taylor_at_gmail.com [mailto:alan.james.taylor_at_gmail.com]
> On Behalf Of Alan Taylor
>
> My problem is that cfg should be a project within the repo
> and now I want to add another project, i.e.
> /srv/svn/cfg
> /srv/svn/pxe
>
> What is the best way to move things around ?

This was already said by David, but it was rather buried deep in there...
So just to make sure it didn't sneak past you...

Read the man pages for each of these, cuz I'm leaving out some details. But
these are the main ingredients.
mkdir foo
svnadmin create foo
svnadmin dump /srv/svn/cfg | svnadmin load foo --parent-dir cfg
mv /srv/svn /srv/svn_old
mv foo /srv/svn
Received on 2011-01-14 04:38:06 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.