Need help with Apache 2.0.44 config on Win 2000
From: Jacques Rioux <jacques.rioux_at_DRAKE.EDU>
Date: 2003-03-26 17:01:01 CET
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 c:\somewhere
If I type the command above, I get the following error message:
svn: RA layer request failed
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
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 c:\somewhere
I would appreciate any hint as to where to look.
------------------------------------------------------------------
College of Business and Public Administration
Tel: 515-271-1894
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.