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

Re: Change repository setup.

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-06-12 12:17:19 CEST

Charles M. Gerungan wrote:
> Op 11-jun-2005, om 17:34 heeft Charles M. Gerungan het volgende
> geschreven:
>
>> I looked into 'svn move' and the archive, but I'm not sure that
>> what I've read applies to my situation.
>
> Would this perhaps do what I'm after?
>
> $ cd ~/tmp
> $ svnadmin dump file:///path/to/old_repo dump
> $ svnadmin load file:///usr/local/etc < repos-backup
> $ svn add *
> $ svn ci * -m "New repository setup."

Those svnadmin commands are *totally* broken. svnadmin doesn't operate on
URLs!

What you should probably do is:

Check out your existing config dir from the repository to /usr/local/etc2
Use a series of mkdir and move operations to rearrange the contents to have
the correct structure for /usr/local/etc
mv /usr/local/etc /usr/local/etcold && mv /usr/local/etc2 /usr/local/etc

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 12 12:18:49 2005

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.