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

Re: svnadmin dump / svnadmin load Problem

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-03 02:12:01 CET

On Mar 1, 2007, at 07:12, Karl Heinz Marbaise wrote:

> ok. Now i have made svnadmin dump skmbuch >skmbuch.dump
>
> and now i've created a new repository by
>
> svnadmin create testrepos
>
> and now i would like to
> load the dump of x into new
>
> svnadmin load --parent-dir skmbuch testrepos <skmbuch.dump
>
> but i got the following message:
> svnadmin load --parent-dir skmbuch testrepos <skmbuch.dump
> <<< Started new transaction, based on original revision 1
> svnadmin: File not found: transaction '0-1', path 'skmbuch/branches'
> * adding path : skmbuch/branches ...kama@traveler:~>

I think you need to create the skmbuch directory in the new
repository first.

svnadmin create testrepos
svn mkdir file://`pwd`/testrepos/skmbuch -m "making empty directory
skmbuch"
svnadmin load --parent-dir skmbuch testrepos < skmbuch.dump

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 3 02:12:27 2007

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.