While merging multiple subversion repositories with svn-merge-repos.pl, I got a rather strange error: svnadmin: File not found: transaction 'yyy', path 'xxx' The last command issued by the perl script was svnadmin dump --revision 86 --incremental '/srv/svn/foobar' | svndumpfilter include '/projects/foobar' | svnadmin load --parent-dir 'foobar' '/srv/svn/total' Apparently, the error is […]