We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
SVN download error (Read 4698 times)
SVN download error
Feb 26th, 2009, 5:22am
 
Hi, everytime I try and download the source I get:

Can't connect to host 'processing.org': Connection refused

=/
Re: SVN download error
Reply #1 - Feb 26th, 2009, 1:15pm
 
would be great if you tell us the url you used!

it would be great if the link to the repository would be placed somewhere on the main contribute-page.
Re: SVN download error
Reply #2 - Feb 26th, 2009, 4:52pm
 
the dev.processing.org build page gives a svn command

http://dev.processing.org/build/

svn co svn://processing.org/trunk/processing

which seems to work:

Code:

koogs> svn co svn://processing.org/trunk/processing
A processing/serial
A processing/serial/.classpath
A processing/serial/.project
A processing/serial/library
A processing/serial/library/export.txt
[several more pages...]
Re: SVN download error
Reply #3 - Feb 27th, 2009, 5:50am
 
I used the url provided on the build page:

svn co svn://processing.org/trunk/processing

In the terminal i enter the above and get a connection refused message.

I'm on os x.

I have no problem accessing other svn repositories.

Is there a place to download a .zip of the source?
Re: SVN download error
Reply #4 - Mar 1st, 2009, 6:50pm
 
For what it's worth, I am also having difficulty checking out from svn.

On a Linux box I get:

[gturner@svn svn]$ svn co svn://processing.org/trunk/processing

svn: Connection closed unexpectedly

And within Eclipse (with subclipse plugin) I get:

   Network connection closed unexpectedly
svn: Connection closed unexpectedly

G.
Re: SVN download error
Reply #5 - Mar 1st, 2009, 9:10pm
 
i am also getting that now (linux box, other day was cygwin under windows and a better connection). maybe it's just intermittent.
Re: SVN download error
Reply #6 - Aug 13th, 2009, 6:25am
 
This is an old thread, but was due to SVN getting horked up because of too many connections that weren't getting killed off. We get slammed by some sites accessing the SVN, but some of the connections don't close so it reaches the connection limit. I've since implemented a script to reset things once a day, which will take care of it.
Page Index Toggle Pages: 1