You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ben Kim <bk...@benix.tamu.edu> on 2011/01/11 22:33:51 UTC

OPTIONS of ... could not connect to server

Hi 

Whenever I commit, I'm getting this message.

svn: Commit failed (details follow):
svn: OPTIONS of 'https://svn.example.com/repos/mysite': could not connect to server (https://svn.example.com)


Can anyone tell me where to look? Thanks.



I'm on CentOS 5.4, kernel 2.6.18-128.el5 #1 SMP

svn, version 1.6.12 (r955767) compiled Jun 22 2010, 11:47:19
neon-0.25.5-10.el5_4.1
neon-devel-0.25.5-10.el5_4.1




-- 
Ben Kim
Lead Database Administrator
College of Education
Texas A&M University
http://benix.tamu.edu

Re: OPTIONS of ... could not connect to server

Posted by Johan Corveleyn <jc...@gmail.com>.
On Tue, Jan 11, 2011 at 10:33 PM, Ben Kim <bk...@benix.tamu.edu> wrote:
> Hi
>
> Whenever I commit, I'm getting this message.
>
> svn: Commit failed (details follow):
> svn: OPTIONS of 'https://svn.example.com/repos/mysite': could not connect to server (https://svn.example.com)
>
>
> Can anyone tell me where to look? Thanks.
>
>
>
> I'm on CentOS 5.4, kernel 2.6.18-128.el5 #1 SMP
>
> svn, version 1.6.12 (r955767) compiled Jun 22 2010, 11:47:19
> neon-0.25.5-10.el5_4.1
> neon-devel-0.25.5-10.el5_4.1

If I'm not mistaken, the OPTIONS request is the very first request
when svn tries to do something. The fact that it fails due to "could
not connect to server" indicates, I think, that there is a network
connectivity problem. Or maybe you're just using the wrong url.

Can you try to browse to that url with a web browser? It should
display the contents of the repository in that directory. (also, if
everything appears fine, and you can connect from a browser, there is
still the possibility of proxy settings messing things up (may be
different between your browser and your svn client)).

HTH,
-- 
Johan