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

Re: SVN 1.1.1 - svnadmin load file already exists

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-11-09 02:16:24 CET

Marie wrote:

>im just testing howto backup/restore my newly installed svn1.1.1 so i
>did something like this:
>bin/svnadmin dump /var/SVN/repos/ewb | gzip -9 >
>/var/SVN/SVNDump/svn_dump_test.gz
>
>how i tried restoring it via:
>gunzip -c /var/SVN/SVNDump/svn_dump_test.gz | bin/svnadmin load
>/var/SVN/repos/ewb
>
>why do i get the ff error:
><<< Started new transaction, based on original revision 1
> * adding path : wwwroot ...subversion/libsvn_fs_base/tree.c:394:
>(apr_err=160020)
>svn: File already exists: filesystem '/var/SVN/repos/ewb/db',
>transaction 'm', path 'wwwroot'
>
>
Because you tried to load the dump into a full repository? The dump you
made should be loaded into an empty (newly created) repository.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 9 02:17:02 2004

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.