Re: Compiling mod_dav_svn against an installed Apache2 instance ?
From: Ryan Schmidt <subversion-2010d_at_ryandesign.com>
Date: Wed, 13 Oct 2010 17:56:55 -0500
On Oct 13, 2010, at 12:35, Nelson Cabral wrote:
> My NAS comes with an Apache2 instance without mod_dav_svn. I would
The sources for mod_dav_svn are right there in the Subversion source distribution, which is available from the Subversion web site. mod_dav_svn gets built when you compile Subversion with the --with-apxs flag. When you compile Subversion, you will provide configure arguments pointing at your NAS's existing copies of apxs, apr and apr-util, among perhaps other options:
./configure ... \
|
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.