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

mod_dav_svn for iSeries

From: Jeremy C Russell <JeremyRussell_at_pplsi.com>
Date: 2007-07-16 18:55:43 CEST

Greetings,

I'm looking for any help regarding mod_dav_svn on the IBM iSeries machines,
running OS V5R4.

I'm trying to configure apache 2.0.58 with mod_dav_svn from SoftLanding,
however, having trouble with it.

I'm loading the following modules.

# Configuration originally created by Create HTTP Server wizard on Wed Jul
11 14:14:10 CDT 2007
#LoadModule dav_module /QSYS.LIB/QHTTPSVR.LIB/QZSRDAV.SRVPGM
LoadModule dav_module /QSYS.LIB/SUBVERSION.LIB/MOD_DAV.SRVPGM
LoadModule dav_svn_module /QSYS.LIB/SUBVERISON.LIB/MOD_DAVSVN.SRVPGM

and have a repository configured in the following manner.

<Location /devsrc>
   DAV svn
   SVNParentPath /Subversion/repositories/devsource
   AuthType Basic
   AuthName "Subversion Repository"
   PasswdFile %%SYSTEM%%
   Order deny,allow
   Require valid-user
</Location>

The problem is, apache won't start unless I comment out the DAV directive.
Also, the SVNParentPath directive always claims to be "Not Recognized" via
the Display Configuration option the GUI admin.

Anyone have any experience with trying to setup SVN on the iSeries?

Thanks!

Jeremy Russell
Unix Systems Administrator
Pre-Paid Legal Services, INC.
580.272.2834

---------------------------------------------------------------------------
Confidentiality Note:
This email and any attachment to it is confidential and protected by law
and intended for the use of the individual(s) or entity named on the email.
If the reader of this message is not the intended recipient, you are hereby
notified that any dissemination or distribution of this communication is
prohibited. If you have received this communication in error, please
notify the sender via return email and delete it completely from your email
system. If you have printed a copy of the email, please destroy it immediately.
Thank you
---------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 16 18:55:09 2007

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.