Hi all,
I’m trying to get the Radiant source code for the first time but get
the following error:
[email protected] ~/Projects $ svn co
http://dev.radiantcms.org/svn/radiant/trunk/radiant/
svn: PROPFIND request failed on ‘/svn/radiant/trunk/radiant’
svn: PROPFIND of ‘/svn/radiant/trunk/radiant’: Could not read status
line: connection was closed by server. (http://dev.radiantcms.org)
Is the subversion server down or am I doing something wrong?
Thanks
Farrel
Farrel L. wrote:
I’m trying to get the Radiant source code for the first time but get
the following error:
[email protected] ~/Projects $ svn co
http://dev.radiantcms.org/svn/radiant/trunk/radiant/
svn: PROPFIND request failed on ‘/svn/radiant/trunk/radiant’
svn: PROPFIND of ‘/svn/radiant/trunk/radiant’: Could not read status
line: connection was closed by server. (http://dev.radiantcms.org)
Is the subversion server down or am I doing something wrong?
I just did a full check out so everything should be fine. A firewall on
your network may be blocking access to the site for some reason. Can you
use a Web browser to go to the URL?
http://dev.radiantcms.org/svn/radiant/trunk/
If so you should be able to do this:
svn co http://dev.radiantcms.org/svn/radiant/trunk/
–
John L.
http://wiseheartdesign.com
On 20/07/06, John W. Long [email protected] wrote:
I just did a full check out so everything should be fine. A firewall on
your network may be blocking access to the site for some reason. Can you
use a Web browser to go to the URL?
http://dev.radiantcms.org/svn/radiant/trunk/
If so you should be able to do this:
svn co http://dev.radiantcms.org/svn/radiant/trunk/
I can access the site with my browser. I’ll investigate if it’s
perhaps a problem on my side. My ADSL provider shapes traffic like
crazy so it could be that although it shouldn’t kill connections.
Farrel
I’ve done some scratching around on local forums and it seems like
it’'s probably an incorrectly configured proxy at my ISP. The fix is
at http://subversion.tigris.org/faq.html#proxy.
Farrel
On 21/07/06, Farrel L. [email protected] wrote:
I’ve done some scratching around on local forums and it seems like
it’'s probably an incorrectly configured proxy at my ISP. The fix is
at http://subversion.tigris.org/faq.html#proxy.
Farrel
Got it working. Just had to explicitly list the proxy in my
~/.subversion/servers file. So much for ‘transparent’ proxies…
Farrel