Parece que nem todo o seu cliente SVN foi atualizado de 1.6.2
para 1.6.5
(ou seja, o pacote neon
, que é uma biblioteca HTTP / WebDav).
Um pouco de um google sobre isso, conduza-me a estas instruções :
Check if you have neon by running:
which neon-config
If you have neon, a path to neon-config will be outputted. Everything before /bin/neon/config is your neon home directory.
The neon version needs to be 0.25.x or greater. Check the neon version with:
neon-config --version
If you have a suitible version of neon, make a note of the neon home directory for use in the last step, Install Subversion Itself.
If you don't have neon, or need to install a newer version, get a recent copy it from the WebDAV website in a .tar.gz archive. Install it with:
cd /research/oranfry/sources tar -xzf /path/to/neon-X.X.X.tar.gz cd neon-X.X.X ./configure --prefix=/research/oranfry/neon make make install
Remember the neon home directory. In my case it is /research/oranfry/neon.
(sua milhagem pode variar, tenha cuidado com os caminhos)