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

RE: Re: How to migrate only HEAD revision to a new repository

From: Vadym Chepkov <chepkov_at_yahoo.com>
Date: Sat, 7 Nov 2009 19:53:08 -0800 (PST)

Unfortunately, this creates a dump with a bogus Revision-number (I would like to start with 1), also it has bogus svn:mergeinfo I need to drop. Do I have to edit dump file manually or there is an "approved" tool to accomplish this task?

I tried
svnadmin dump -rHEAD /var/svn/repos | svndumpfilter include configs --renumber-revs
--skip-missing-merge-sources --drop-empty-revs

But I get this error then:

svndumpfilter: No valid revision range 'start' in filtered stream

>
> Hi,
>
> svnadmin dump /path/to/old_repository/ -rHEAD > head.txt
>
> followed by a
>
> svnadmin load /path/to/new_repository < head.txt
>
> is your friend.
> --
> Live Long And Prosper,
>
> Lars Tiefland

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2415500

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-08 04:54:28 CET

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.