Just another issue with svn-merge-repos.pl: # ~/dump/svn-merge-repos.pl -t total ghp:ghp latex:latex foobar:foobar tt:tt snafu:snafu code:code svn: Unable to open an ra_local session to URL svn: Local URL 'file://code' contains only a hostname, no path Died at /root/dump/svn-merge-repos.pl line 274. Although the documentation of the script itself uses relative paths, svn […]
Daily archives: December 8, 2012
2 posts
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 […]