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

Re: request failed: 301 Moved Permanently

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2005-09-18 23:21:49 CEST

On 9/16/05, Jerome Asselin <jerome.asselin@crchum.qc.ca> wrote:
> Hello,
>
> For the last two days, I've been trying to get started with
> subversion-1.1.1-2.1 on RHEL 4 AS. I run the following without any error
> until the last two svn commands.
>
> su -
> cd /var/www/html
> mkdir svn
> cd svn
> svnadmin create repos
> chown -R apache:apache /var/www/html/svn
>
> wget https://localhost/svn/repos -q -O - # Displays "Revision 0: ..."
>
> $ svn checkout https://localhost/svn/repos wc
> svn: PROPFIND request failed on '/svn/repos'
> svn: PROPFIND of '/svn/repos': 301 Moved Permanently (https://localhost)
> $ svn mkdir https://localhost/svn/repos/branches
> svn: OPTIONS request failed on '/svn/repos'
> svn: OPTIONS of '/svn/repos': 301 Moved Permanently (https://localhost)
> svn: Your commit message was left in a temporary file:
> svn: 'svn-commit.tmp'
>
> Has anybody seen this behavior before? What am I doing wrong?
>
> My apache config includes this:
>
> <Location /svn>
> DAV svn
> SVNParentPath /var/www/html/svn
> <LimitExcept >
> order allow,deny
> allow from all
> </LimitExcept>
> </Location>
>
> Thanks for any help,

http://subversion.tigris.org/faq.html#http-301-error

HTH,

Erik.
Received on Sun Sep 18 23:23:31 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.