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?

Reply via email to