Page 1 of 1

SVN update fails

Posted: 2008-06-13T09:40:13-07:00
by el_supremo
When I try to update the ImageMagick (and Wizard's Toolkit) source, SVN fails with "SSN negotiation failed".
This has been going on for a couple of weeks now.

Pete

Re: SVN update fails

Posted: 2008-06-13T10:02:53-07:00
by magick
We cannot reproduce the problem you reported. We moved to a fresh system and typed

svn co https://www.imagemagick.org/subversion/ ... gick-6.4.1 ImageMagick-6.4.1
cd ImageMagick-6.4.1
/bin/rm magick/image.c
svn update

and it ran without complaint.

Re: SVN update fails

Posted: 2008-06-13T13:30:10-07:00
by el_supremo
Hmmm. Odd. I've worked around it by creating a new SVN directory for IM and WTK.

Pete

Re: SVN update fails

Posted: 2008-06-17T16:22:39-07:00
by anthony
I have also seen such problems, but a completely fresh install fixes it.

It was probably cause by a change in the SSH 'hostkey' identifiers which ensures you are talking to a particular host.

Re: SVN update fails

Posted: 2008-06-17T17:14:48-07:00
by el_supremo
a completely fresh install fixes it
That worked for ImageMagick.
However, I have also done a fresh install of Wizard's Toolkit but an update fails even if it is done immediately after the new installation (most recently tried that today).

Pete