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

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

From: Smith, Mitchell <mitchell.smith_at_cwc.com>
Date: Mon, 20 May 2013 16:14:04 +0100

Hi,

I have come across a problem with my svn migration.

I am midway through migrating a 155000 revision repository, and have
received the following error:
svndumpfilter: No valid revision range 'start' in filtered stream

My dump command is:
svnadmin.exe dump myRepo -r 0:155999 --incremental | ncat.exe -l 112233
(ignore the ncat.exe, thats just me saving disk io by writing direct to the
network, for the new host)

On my new host I run:
nc 148.185.168.55 112233 | svndumpfilter include the/ directories/ iWant/
to/ keep/ --drop-empty-revs --renumber-revs --skip-missing-merge-sources |
svnadmin load repo-filtered repo

However after running for 3days, I have got to revsion 48502, which
consists of 3 modify actions.
- Modification of a directory
- modification of two files in the directory (both jar files)

I get the following output on my svnfilter/load process
Revision 48502 committed as 48502.
svndumpfilter: No valid revision range 'start' in filtered stream
<<< Started new transaction, based on original revision 48502
     * editing path : project/branches/R2.3/libs ... done.

------- Committed new rev 43364 (loaded from original rev 48502) >>>

[svnadmin_at_svnhost repos]#

Any assistance would be greatly appreciated.

Thanks

-- 
*Mitchell Smith
*
The information contained in this email (and any attachments) is confidential and may be privileged. If you are not the intended recipient
and have received this email in error, please notify the sender immediately by reply email and delete the message and any attachments.
If you are not the named addressee, you must not copy, disclose, forward or otherwise use the information contained in this email.
Cable & Wireless Communications Plc and its affiliates reserve the right to monitor all email communications through their networks to
ensure regulatory compliance.
 
Cable & Wireless Communications Plc is a company registered in England & Wales with number:
07130199 and offices located at 3rd Floor, 26 Red Lion Square, London WC1R 4HQ
Received on 2013-05-21 02:19:09 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.