Discussion:
[rancid] Rancid stopped working after going from Ubuntu 12.04 to 14.04
Derek
2015-08-14 19:34:01 UTC
Permalink
Hello all,

I recently updated from Ubuntu 12.04 to 14.04 on my server running Rancid.
I noticed first that the e-mails had stopped coming, and then looking into
it further, I see there are no changes being recorded either. My log files
show a lot of these messages:

svn: E155036: Please see the 'svn upgrade' command
svn: E155036: The working copy at '/var/lib/rancid/network/configs'
is too old (format 10) to work with client version '1.8.8 (r1568071)'
(expects format 31). You need to upgrade the working copy first.

Do I need to downgrade the version of SVN I'm running, or perhaps
regenerate initial configurations or something?
heasley
2015-08-15 04:46:31 UTC
Permalink
Post by Derek
Hello all,
I recently updated from Ubuntu 12.04 to 14.04 on my server running Rancid.
I noticed first that the e-mails had stopped coming, and then looking into
it further, I see there are no changes being recorded either. My log files
svn: E155036: Please see the 'svn upgrade' command
svn: E155036: The working copy at '/var/lib/rancid/network/configs'
is too old (format 10) to work with client version '1.8.8 (r1568071)'
(expects format 31). You need to upgrade the working copy first.
Do I need to downgrade the version of SVN I'm running, or perhaps
regenerate initial configurations or something?
the svn db format changes from time to time. do as the msg suggests.

su - rancid
cd network
svn upgrade
exit

Loading...