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=2415500To unsubscribe from this discussion, e-mail: [
users-unsubscribe@...].