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

Subversion configuration for dav_svn_module not relative?

From: Gino Marckx <dev_at_xodiac.be>
Date: 2006-01-23 16:05:15 CET

Hi

I have an installation of apache 2.0.55 with Subversion 1.2.3 on Windows,
and I try to define the following in the configuration file:

<Location /svn>
  DAV svn
  SVNParentPath ..\svnrepos
  Satisfy Any
</Location>

Apparently, the declaration of the parent path relative to the Apache's
ServerRoot does not work. If I use an absolute path instead, it works
fine.
I don't want to use an absolute path because my installation needs to be
self-contained, and needs to be able to run out of the box, no matter
where it's installed, and this is the only value that prevents me from
doing just that...
Normally all relative paths in Apache's configuration files are relative
to the ServerRoot. Should this then be considered as a bug? If this is
the case, is the same true for the AuthzSVNAccessFile directive?

Regards
Gino

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 23 19:20:14 2006

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.