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

Re: modules not getting loaded on windows subversion server

From: Irfan Sayed <irfu.sayed_at_gmail.com>
Date: Fri, 15 May 2009 15:53:15 +0530

Thanks. It was my mistake.
now i copied the correct module but now it throwing error on following code
in http.conf file.

<Location />
    DAV svn
    SVNParentPath C:\repo
    SVNListParentPath On
    AuthType Basic
    AuthName "Subversion Repository"
    AuthUserFile C:\subversion\passwd
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# Require valid-user
# </LimitExcept>
        Require valid-user
    AuthzSVNAccessFile C:\subversion\acl
</Location>

the error is "invalid command DAV"

please advise

Regards
irf

On Fri, May 15, 2009 at 12:45 PM, Olivier Sannier <obones_at_free.fr> wrote:

> Irfan Sayed wrote:
>
>> No. I havent download the .so modules for windows. what i did was i just
>> copied this module from linux apache based subversion server to the modules
>> dir. of windows subversuion server considering that modules are platform
>> independant. after that i just tried to restart the apache service and it
>> throws that error.
>>
>
> What made you think they are platform independent??? Where on earth did you
> read that???
> They are executable modules and as such are linked against an operating
> system libraries. Do you seriously expect the Linux system libraries to be
> the same as those for Windows?
>
> if modules are platform specific then i need to download modules for
>> windows and then see
>>
>
> Of course they are, else there would be no point to recompile for any given
> operating system...
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2269125

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-15 12:24:46 CEST

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.