Hi,
Please show us the appropriate parts of your Apache config file
With regards,
--Tim
-----Original Message-----
From: Jacques Rioux [mailto:jacques.rioux@DRAKE.EDU]
Sent: woensdag 26 maart 2003 17:01
To: dev@subversion.tigris.org
Subject: Need help with Apache 2.0.44 config on Win 2000
Hi,
I have installed Subversion 0.19.0 and Apache 2.0.44 on a Win 2000 machine.
SVN works fine from the command line as long as I use the file: protocol. I
have configured Apache correctly (I think) and I am able to browse the
latest version of a repository from IE and see the repository as a web
folder also.
What I can't seem to be able to accomplish is to use the http: protocol from
the command line as in:
svn co http://tuffy:8080/svn/cte <http://tuffy:8080/svn/cte> c:\somewhere
If I type the command above, I get the following error message:
svn: RA layer request failed
svn: The path was not part of a repository
svn: PROPFIND of /: 405 Method Not Allowed
I checked svn --version to check that in fact the http access is available.
No problem there.
I looked at the Apache access.log file, I have:
12.83.148.39 - - [26/Mar/2003:00:12:54 -0600] "PROPFIND /svn/cte HTTP/1.1"
301 325
12.83.148.39 - - [26/Mar/2003:00:12:54 -0600] "PROPFIND /svn HTTP/1.1" 301
321
12.83.148.39 - - [26/Mar/2003:00:12:54 -0600] "PROPFIND / HTTP/1.1" 405 330
And by the way, the repository /svn/cte does exist as I am able to browse it
from web folders or IE. Also the similar command with the file protocol
works fine.
svn co file://localhost/svn/cte <file://localhost/svn/cte> c:\somewhere
I would appreciate any hint as to where to look.
------------------------------------------------------------------
Jacques Rioux Ph. D. ASA
Associate Professor of Actuarial Science
College of Business and Public Administration
Drake University
2507 University Ave
Des Moines, IA, 50311
Tel: 515-271-1894
Fax: 515-271-4518
Received on Thu Mar 27 07:53:03 2003