On Nov 5, 2008, at 10:05, kevin_at_klystron.com wrote:
> (All domain names changed for anonymity!)
>
> We have a fully working repository at
>
> svn://www.example.com/Repo
>
> Our DNS is set up so that svn.example.com and www.example.com
> return the
> exact same address. But trying to access
>
> svn://svn.example.com/Repo
>
> results in the error "no repository found". (Note - not "host not
> found"!)
>
> Actually, the 'real' name of the same host is 'frank', and
>
> svn://frank.example.com/Repo
>
> works just fine too.
>
> So is there something about including the letters 'svn' in the host
> name
> which makes subversion go funny?
Nope!
> We are hosting the repository with svnserve 1.4.6 under Ubuntu
> Hardy, and
> using TortoiseSVN 1.5.5 under Win2k as the client.
>
> Anyone got any clues?
Something else in your Apache configuration keying off the letters
"svn"? Even a proxy server somewhere doing something strange with
those letters? What does the Apache error log say at the time when
the error occurs?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-05 21:25:56 CET