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
SVN update fails
Re: SVN update fails
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.
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.
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: SVN update fails
Hmmm. Odd. I've worked around it by creating a new SVN directory for IM and WTK.
Pete
Pete
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: SVN update fails
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.
It was probably cause by a change in the SSH 'hostkey' identifiers which ensures you are talking to a particular host.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
-
- Posts: 1015
- Joined: 2005-03-21T21:16:57-07:00
Re: SVN update fails
That worked for ImageMagick.a completely fresh install fixes it
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