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