[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Installation/Compile Issue on AIX 4.3.2

From: Derek J. Balling <dredd_at_megacity.org>
Date: 2003-03-21 18:11:19 CET

On Friday, March 21, 2003, at 11:57 AM, Philip Martin wrote:

> "Derek J. Balling" <dredd@megacity.org> writes:
>
>> $ svn co http://repository.byramhealthcare.com/svn/sa sa
>> subversion/libsvn_ra_dav/props.c:595: (apr_err=175002)
>> svn: RA layer request failed
>> svn: The path was not part of a repository
>> subversion/libsvn_ra_dav/util.c:81: (apr_err=175002)
>> svn: PROPFIND of /: could not connect to server
>
> An simple network problem? Or a WebDAV/proxy problem (see the
> Subversion FAQ)? You might like to try setting neon-debug-mask in
> your .subversion/servers file to debug network problems.

No proxies in place, or network problems that *I* can detect, other
than the fact that it doesn't seem to be connecting (although I can't
figure out why, because I can telnet to port 80 and connect just fine):

$ svn co http://repository.byramhealthcare.com/svn/sa sa
Creating request...
Running request create hooks.
Request created.
Doing DNS lookup on repository.byramhealthcare.com...
Running pre_send hooks
Sending request headers:
PROPFIND /svn/sa HTTP/1.1
Host: repository.byramhealthcare.com
User-Agent: neon/0.23.8 SVN/0.20.0 (r5410)
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Depth: 0
Content-Length: 246
Content-Type: application/xml

Sending request-line and headers:
Connecting to 10.15.49.47
Aborted request (-1): Could not connect to server
Running destroy hooks.
Request ends.
Creating request...
Running request create hooks.
Request created.
Running pre_send hooks
Sending request headers:
PROPFIND /svn HTTP/1.1
Host: repository.byramhealthcare.com
User-Agent: neon/0.23.8 SVN/0.20.0 (r5410)
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Depth: 0
Content-Length: 246
Content-Type: application/xml

Sending request-line and headers:
Connecting to 10.15.49.47
Aborted request (-1): Could not connect to server
Running destroy hooks.
Request ends.
Creating request...
Running request create hooks.
Request created.
Running pre_send hooks
Sending request headers:
PROPFIND / HTTP/1.1
Host: repository.byramhealthcare.com
User-Agent: neon/0.23.8 SVN/0.20.0 (r5410)
Keep-Alive:
Connection: TE, Keep-Alive
TE: trailers
Depth: 0
Content-Length: 246
Content-Type: application/xml

Sending request-line and headers:
Connecting to 10.15.49.47
Aborted request (-1): Could not connect to server
Running destroy hooks.
Request ends.
subversion/libsvn_ra_dav/props.c:595: (apr_err=175002)
svn: RA layer request failed
svn: The path was not part of a repository
subversion/libsvn_ra_dav/util.c:81: (apr_err=175002)
svn: PROPFIND of /: could not connect to server
ne_session_destroy called.
ne_session_destroy called.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 21 18:12:41 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.