[jira] [Commented] (SVN-4846) svnadmin: E160013: File not found: transaction
"Daniel Shahaf (Jira)" <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.issues |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/SVN-4846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018714#comment-17018714 ]
Daniel Shahaf commented on SVN-4846:
------------------------------------
You must have filtered out the revision that created ^/branches/15. In any case, the issue tracker is not a support forum; please follow up on the [email protected] mailing list. Good luck.
> svnadmin: E160013: File not found: transaction
> -----------------------------------------------
>
> Key: SVN-4846
> URL: https://issues.apache.org/jira/browse/SVN-4846
> Project: Subversion
> Issue Type: Bug
> Reporter: Mehrdad
> Priority: Major
>
> 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?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)