I want to upgrade from svn 1.6 to 1.7 on my Ubuntu 10
I followed a few links over the internet to add some repositories such as https://askubuntu.com/questions/65468/where-can-i-find-a-subversion-1-7-binary and after trying some messy things, but I landed up getting stuck with this error whenever i type svn on the command line.
Svn: error while loading shared libraries: libserf-1.so.0 cannot open shared object file: No such file or directory
No matter how many times i remove and reinstall subversion and libserf1, nothing changes. The only thing i suspect is that i get this error message
WARNING: The following packages cannot be authenticated! libserf1 libsvn1 subversion
What should i do?
I realized that there is something to do with the repository dominik-stadler in the error message below.
So i went to first purged subversion & libserf1 i.e
sudo apt-get purge subversionandsudo apt-get purge libserf1, then went to/etc/apt/sources.list.dand removed the following filesand later a simple
sudo apt-get install subversioninstalled everything perfectly.I have no clue why/how this works, but thought i'd just document this here for someone else to benefit.