Unable to access SVN

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
olear
Posts: 58
Joined: 2015-05-24T10:56:42-07:00
Authentication code: 6789

Unable to access SVN

Post by olear »

Hi,

Trying to do a SVN checkout, but I'm unable to connect to the server.

Used directions from http://www.imagemagick.org/script/subversion.php

Has the URL or something changed?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Unable to access SVN

Post by magick »

We're upgrading our development internet connection. It should be completed late next week and Subversion will be back online. Note, the ImageMagick website and ftp repository is hosted by Network Redux and it is up and working properly.
Danack
Posts: 73
Joined: 2013-10-14T10:00:25-07:00
Authentication code: 6789

Re: Unable to access SVN

Post by Danack »

As you're altering your dev setup I'll raise this again, even though I guess you've already thought about this and decided against it; having the repository hosted on Github would make it far easier for people to submit bug fixes.

For example I can see how to fix viewtopic.php?f=3&t=25732 - but I can't remember how to generate SVN patches, and it is far more difficult to do than the workflow through git and Github is.

It would even be possible for you to keep the main development inside SVN, and only use Github as a place for people to submit pull requests:

http://ben.lobaugh.net/blog/147853/crea ... subversion
http://ironymark.diwan.com/2011/04/a-sa ... y-in-sync/
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Unable to access SVN

Post by dlemstra »

Did you see my reply here: https://www.imagemagick.org/discourse-s ... 75#p122675? We will use github as a mirror and look at issues and pull request there. Should be available in a couple of weeks.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Danack
Posts: 73
Joined: 2013-10-14T10:00:25-07:00
Authentication code: 6789

Re: Unable to access SVN

Post by Danack »

I had not seen it, that's pretty awesome.
Post Reply