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

can't "svnadmin load"

From: Daevid Vincent <daevid_at_daevid.com>
Date: Wed, 14 May 2008 22:57:35 -0700

I am having all kinds of issues trying to import a dump from
http://cvsdude.com.
We've been using them, but now would like to move the subversion in-house.

root_at_bugs:/tmp# svnadmin load help
svnadmin: Can't open file 'help/format': No such file or directory

root_at_bugs:/tmp# svnadmin load --force-uuid /var/local/svn/svn.mycompany.com
< web.svn
svnadmin: Valid UTF-8 data
(hex:)
followed by invalid UTF-8 sequence
(hex: 96 2d 66 6f)

root_at_bugs:/tmp# svnadmin load /var/local/svn/svn.mycompany.com < web.svn

<<< Started new transaction, based on original revision 1
svnadmin: File already exists: filesystem
'/var/local/svn/svn.mycompany.com/db', transaction '2-1', path 'branches'
     * adding path : branches ...root_at_bugs:/tmp#

I tried to delete the 'db' directory and that didn't work either:
svnadmin: Can't open file '/var/local/svn/svn.mycompany.com/db/DB_CONFIG':
No such file or directory

I tried to point it right at the db and that failed too.
# svnadmin load /var/local/svn/svn.mycompany.com/db < web.svn
svnadmin: Expected repository format '3' or '5'; found format '2'

What am I doing wrong? This shouldn't be so difficult.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-15 07:58:09 CEST

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.