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


Reply via email to