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

RE: Need help with Apache 2.0.44 config on Win 2000

From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2003-03-27 15:45:02 CET

Hi Jacques,
 
I don't know if you looked atthe instructions in the SVN Book that comes
with the distribution.
 
In my configuration there is no Alias or Directory directive, only the
Location. In the location directive I don't have DAV ON, only DAV SVN.
 
This is what it looks like in my httpd.conf:
 
<Location /svn>
    DAV svn
    SVNParentPath c:/svn
    Options Indexes
</Location>
 
 
Hope that this helps,
 
--Tim
 

-----Original Message-----
From: Jacques Rioux [mailto:jacques.rioux@DRAKE.EDU]
Sent: donderdag 27 maart 2003 15:05
To: Leeuw van der, Tim
Subject: Re: Need help with Apache 2.0.44 config on Win 2000

Tim,
 
First, my apologies for replying to you directly, I just subscribed to the
mailing list a few days ago and I don't receive anything from the list
itself, I just got your message. I went to the subversion site and looked at
the list. I found my post but when I clicked "Browse thread" I did not see
your reply.
Anyway, perhaps you replied to me directly. In any case thanks a lot.
 
Here is what may be pertinent to my situation in httpd.conf:
 
Listen 8080
 
LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_svn_module modules/mod_dav_svn.so

ServerName tuffy:8080

UseCanonicalName Off # I have no idea that this may have anything to do with
it but in case...
HostnameLookups Off # idem
ServerTokens Full #idem
 
#For Subversion
Alias /svn "C:/svn"
 
<Directory "C:/svn">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
#

<Location /svn>
    Dav On
    DAV svn
    SVNParentPath c:/svn
</Location>
 
 
I hope you have enough in there. This is my first foray in Apache
configuration so some things (many) are not clear to me.
 
If you can tell me how to start receiving the messages directly from the
list, that would be great too.
 
Thanks for your help,
------------------------------------------------------------------
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

 

 
----- Original Message -----

From: Leeuw van der, Tim <mailto:tim.leeuwvander@nl.unisys.com>
To: Jacques Rioux <mailto:jacques.rioux@DRAKE.EDU> ;
dev@subversion.tigris.org <mailto:dev@subversion.tigris.org>
Sent: Thursday, March 27, 2003 12:52 AM
Subject: RE: Need help with Apache 2.0.44 config on Win 2000

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 <mailto: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 15:46:04 2003

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.