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

Re: Help - 301 error and I can't explain it!!

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-05-29 16:51:11 CEST

On 27.05.2005, at 21:24, Joseph Silverman wrote:

> My DocumentRoot is set to
>
> /home/USER/public_html/a
>
> My subversion is defined thus..
>
> Alias /svn /home/USER/svn/repositories
> <Location /svn>
> DAV svn
> SVNParentPath /home/USER/svn/repositories
> ...
> </Location>
>
> There are repositories in /home/USER/svn/respositories - one is called
> locator.
>
> The error I get from a checkout is:
> % svn co http://HOST.DOMAIN.com/svn/locator
> Authentication realm: <http://HOST.DOMAIN.com:80> User Subversion Area
> Password for 'ME':
> svn: PROPFIND request failed on '/svn/locator'
> svn: PROPFIND of '/svn/locator': 301 Moved Permanently
> (http://HOST.DOMAIN.com)
>
>
> What am I doing wrong????

I don't know... looks good to me. Is there a proxy server involved,
which could be mangling your requests? For example, I don't see why,
when you specify a URL without a port, the port suddenly shows up in
the next line. Try specifying the port yourself when doing the
checkout:

svn co http://HOST.DOMAIN.com:80/svn/locator

Also, if there is a proxy, try using https instead of http, since
proxies cannot mangle the contents of https requests. The server will
of course need to be set up to handle https, and the client will need
to be compiled with https support for the neon library.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun May 29 16:53:12 2005

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

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