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

Re: [PATCH] Augment the awful "200 OK" error message when can't connect to repository

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Wed, 13 Jan 2010 14:46:40 +0000

On Fri, 2010-01-08, I (Julian Foad) wrote:
> What happens if I accidentally specify a URL that's not a repository?
> (Recent trunk build, Neon.)
>
> > $ svn checkout https://svn.apache.org/repos/
> > svn: OPTIONS of 'https://svn.apache.org/repos': 200 OK (https://svn.apache.org)
[...]
> The attached patch implements an instance of (2.) at the level of
> connecting to a repository - svn_ra_open3(). It expands the above quoted
> error to:
>
> > $ svn checkout https://svn.apache.org/repos/
> > svn: Unable to connect to a repository at URL 'https://svn.apache.org/repos'
> > svn: OPTIONS of 'https://svn.apache.org/repos': 200 OK (https://svn.apache.org)
[...]

Committed in r898777.

- Julian
Received on 2010-01-13 15:47:19 CET

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.