Tux

...making Linux just a little more fun!

Two-cent Tip: Solving SVN/SSH compatibility

Suramya Tomar [security at suramya.com]


Thu, 29 Mar 2007 09:54:19 -0400

Hey Everyone, This is not really a Tip, but a solution to a compatibility issue between SVN and SSH that users might face while updating their system.

I recently upgraded SSH on my system. SSH v 4.3 is the latest version available using apt-get, but the latest version available is 4.6p1, so I downloaded the source and compiled it for my system (after uninstalling the original package).

After this, I tried using SVN to download the LG repositories to my local system. It downloaded the files successfully, but I kept getting the following error message multiple times on the screen:

Killed by signal 15
Did some research and found that the SVN version installed on my system (Ver 1.4.2) had a few compatibility issues with the latest version of SSH. The latest version available in the apt-get repositories is 1.4.2, while the latest version available is 1.4.3. So, I compiled and installed the latest version from the source (after removing the original version), and, after that, the error was fixed.

So if you are installing SSH from source, you should also install SVN from source.

Hope this helps someone.

- Suramya

-- 
Name : Suramya Tomar
Homepage URL: http://www.suramya.com
************************************************************


Top    Back


Kapil Hari Paranjape [kapil at imsc.res.in]


Thu, 29 Mar 2007 07:54:02 -0700

Hello,

On Thu, 29 Mar 2007, Suramya Tomar wrote:

>   This is not really a Tip, but a solution to a compatibility issue 
> between SVN and SSH that users might face while updating their system.

There might be some library compatability issues, but otherwise any upgrade that breaks independent packages is a bug.

I hope you will file it as such.

Regards,

Kapil. --


Top    Back


Ramanathan Muthaiah [rus.cahimb at gmail.com]


Thu, 29 Mar 2007 20:53:27 +0530

[snip]

> So if you are installing SSH from source, you should also install SVN
> from source.

Maybe, you can post the same to the users mailing list of SVN as well.

/Ram


Top    Back