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

Re: svnadmin load does not creat files

From: Mark Reibert <svn_at_reibert.com>
Date: Sun, 06 Sep 2009 21:27:24 -0700

On Sun, 2009-09-06 at 23:13 +0200, Martin Rosekeit wrote:
> Hello,
>
> I try to transfer a part of a repository to another machine. But when I load the
> file into the other repositiry no new files are created.
>
> I have done the folloving:
> svnadmin dump /srv/repos/one -r 5000:8000 > one.dump.8000
> cat ine.dump.8000 | svndumpfilter --drop-empty-revs --renumber-revs include
> "trunk/pc/" > one.dump.8000_pc
>
> On the other machine I created svn the folder to take the copy, created an
> empty file (/branches/one/trunk/pc/Makefile.basic.inc) for testing and loaded
> the dump:
> svn load /srv/repos/two --parent-dir /branches/one/ < one.dump.8000_pc

(Presumably you mean svnadmin load ...)

I am confused a bit as to your exact steps (what do you mean by "created
the ... folder" and "created an empty file"), but it seems odd to me
that you would do anything in the new repo prior to loading it. What
happens when you simply:

svnadmin create /svr/repos/two
svnadmin load /srv/repos/two --parent-dir /branches/one/ < one.dump.8000_pc

-- 
----------------------
Mark S. Reibert, Ph.D.
svn_at_reibert.com
----------------------
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2391738
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-07 06:28:24 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.