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

Want to remove corrupt revisions on SVN

From: M Yazdi <myazdi_2000_at_yahoo.com>
Date: Tue, 21 Jan 2020 20:24:13 +0330

Want to remove corrupt revisions on SVN. Try to dump revisions from 1-5133 after that 5847 to head but when I want to import dump file into the new repo below error appear!
svnadmin create /svn/newrepo
svnadmin dump -r1:5132 /svn/oldrepo > /tmp/dumpfile
svnadmin dump --incremental -r5847:HEAD /svn/oldrepo >> /tmp/dumpfile
svnadmin load /svn/newrepo < /tmp/dumpfile
<<< Started new transaction, based on original revision 5850 * editing path : branches/15 ...svnadmin: E160013: File not found: transaction '5134-3ym', path '/branches/15'
Any recommendation?
Received on 2020-01-21 17:59:05 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.