Re: network issue blocks svn code pull?

2012-03-31 Thread Ed
The svn:// protocol is really best for an Intranet (WebDAV derivative) - ask for an http:// of https:// link to the repository. --- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change your mail set

Re: network issue blocks svn code pull?

2012-03-31 Thread Lisa Kachold
No joy... On Sat, Mar 31, 2012 at 3:12 AM, James Mcphee wrote: > If ssh is allowed, is svn+ssh configured to allow this? sh-3.2# svn co svn+ssh://clusterresources.com/torque/branches/4.0-fixes The authenticity of host 'clusterresources.com (204.15.87.226)' can't be established. RSA key finger

Re: network issue blocks svn code pull?

2012-03-31 Thread James Mcphee
If ssh is allowed, is svn+ssh configured to allow this? On Fri, Mar 30, 2012 at 6:54 PM, Lisa Kachold wrote: > It appears to be hosted on/by > http://www.adaptivecomputing.com/resources/docs/ > > You can also just do an apt-get or yum? > > > > On Fri, Mar 30, 2012 at 6:50 PM, Matt Graham wrote: >

Re: network issue blocks svn code pull?

2012-03-30 Thread Lisa Kachold
It appears to be hosted on/by http://www.adaptivecomputing.com/resources/docs/ You can also just do an apt-get or yum? On Fri, Mar 30, 2012 at 6:50 PM, Matt Graham wrote: > From: "Steven A. DuChene" > > Can anyone else try the following svn checkout command and let me know if > > it works for

Re: network issue blocks svn code pull?

2012-03-30 Thread Matt Graham
From: "Steven A. DuChene" > Can anyone else try the following svn checkout command and let me know if > it works for you? > svn co svn://clusterresources.com/torque/branches/4.0-fixes I get "connection timed out" as well. It's highly probable that their server's gone arse-over-teakettle and need

Re: network issue blocks svn code pull?

2012-03-30 Thread Mike Ballon
no good: svn://clusterresources.com/torque/branches/4.0-fixes svn: Can't connect to host 'clusterresources.com': Operation timed out svn list svn://clusterresources.com/torque svn: Can't connect to host 'clusterresources.com': Operation timed out On Fri, Mar 30, 2012 at 6:47 PM, Steven A. DuChe

Re: network issue blocks svn code pull?

2012-03-30 Thread Lisa Kachold
Hi Steven: On Fri, Mar 30, 2012 at 3:47 PM, Steven A. DuChene < linux-clust...@mindspring.com> wrote: > I am attempting to pull some code from an open source on-line repository. > When I issue the svn checkout command it just hangs for a long time and > then finally times out with an error messag

network issue blocks svn code pull?

2012-03-30 Thread Steven A. DuChene
I am attempting to pull some code from an open source on-line repository. When I issue the svn checkout command it just hangs for a long time and then finally times out with an error message about being unable to connect to the remote host. I have been given the svn link by one of the project devel