Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Subversion Repository Error

This one has me scratching my head.

I'm running Subversion 1.3.1 (r19032) on Ubuntu. All was well until recently when I tried to run svnadmin verify prior to a dump. This is the error message:

svnadmin: Invalid diff stream: insn 0 cannot be decoded

I have looked around for an explanation and fix but can't seem to find one. Subversion experts, I need your help.

like image 786
Neil Albrock Avatar asked Aug 17 '26 05:08

Neil Albrock


1 Answers

You should ensure that you are using the correct version of svnadmin for your repository version. It's possible to get errors like this by using the wrong version.

Having said that, version 1.3.x is pretty old now and you should consider upgrading to the latest 1.5.x.

I also found through google that some versions of SVNKit can cause this problem.

like image 140
Greg Hewgill Avatar answered Aug 19 '26 08:08

Greg Hewgill