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

request failed: 301 Moved Permanently

From: Jerome Asselin <jerome.asselin_at_crchum.qc.ca>
Date: 2005-09-16 21:43:45 CEST

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,
Jerome

-- 
Jerome Asselin, Agent de recherche
CHUM -- Centre de recherche
3875 rue St-Urbain, 3e etage // Montreal QC  H2W 1V1
Tel.: 514-890-8000 Poste 15914; Fax: 514-412-7106
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 16 21:47:02 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.