Mailing List Archive

svn + apache2 install
Hi All,

I'm having a little problem installing svn with apache2, all
went well ebuilds complete with no errors but, when I went
to use mod_dav_svn.so there is no sign of it !
I guess I'm missing something as a google search turned up
nothing - can anyone please tell me what I'm missing ?

TIA,
Frank.

--
gentoo-user@gentoo.org mailing list
Re: svn + apache2 install [ In reply to ]
I don't have [1] !
I guess I'm missing something further back ?


On Saturday 02 October 2004 01:42 pm, Mike Williams wrote:
> On Saturday 02 October 2004 10:26, Frank R Callaghan wrote:
> > Hi All,
> >
> > I'm having a little problem installing svn with apache2, all
> > went well ebuilds complete with no errors but, when I went
> > to use mod_dav_svn.so there is no sign of it !
> > I guess I'm missing something as a google search turned up
> > nothing - can anyone please tell me what I'm missing ?
>
> Look at [1], and add "-D SVN" to APACHE2_OPTS in [2]
>
> [1] /etc/apache2/conf/modules.d/47_mod_dav_svn.conf
> [2] /etc/conf.d/apache2

--
gentoo-user@gentoo.org mailing list
Re: svn + apache2 install [ In reply to ]
On Saturday 02 October 2004 03:03 pm, Mike Williams wrote:
> On Saturday 02 October 2004 11:17, Frank R Callaghan wrote:
> > I don't have [1] !
> > I guess I'm missing something further back ?
>
> From the ebuild form subversion-1.0.8, which I have installed:
>
> ##
> if useq apache2 && useq berkdb; then
> mkdir -p ${D}/etc/apache2/conf/modules.d
> cat <<EOF
> >${D}/etc/apache2/conf/modules.d/47_mod_dav_svn.conf <IfDefine SVN>
> <IfModule !mod_dav_svn.c>
> LoadModule dav_svn_module extramodules/mod_dav_svn.so
> </IfModule>
> <Location /svn/repos>
> ##
>
> You need the apache2 && berkdb USE flags enabled.

Thankyou Mike your a hero ;)
good tip here <read the ebuilds>

Cheers,
Frank.


--
gentoo-user@gentoo.org mailing list
Re: svn + apache2 install [ In reply to ]
On Saturday 02 October 2004 10:26, Frank R Callaghan wrote:
> Hi All,
>
> I'm having a little problem installing svn with apache2, all
> went well ebuilds complete with no errors but, when I went
> to use mod_dav_svn.so there is no sign of it !
> I guess I'm missing something as a google search turned up
> nothing - can anyone please tell me what I'm missing ?

Look at [1], and add "-D SVN" to APACHE2_OPTS in [2]

[1] /etc/apache2/conf/modules.d/47_mod_dav_svn.conf
[2] /etc/conf.d/apache2


--
Mike Williams
Re: svn + apache2 install [ In reply to ]
On Saturday 02 October 2004 11:17, Frank R Callaghan wrote:
> I don't have [1] !
> I guess I'm missing something further back ?

From the ebuild form subversion-1.0.8, which I have installed:

##
if useq apache2 && useq berkdb; then
mkdir -p ${D}/etc/apache2/conf/modules.d
cat <<EOF >${D}/etc/apache2/conf/modules.d/47_mod_dav_svn.conf
<IfDefine SVN>
<IfModule !mod_dav_svn.c>
LoadModule dav_svn_module extramodules/mod_dav_svn.so
</IfModule>
<Location /svn/repos>
##

You need the apache2 && berkdb USE flags enabled.

--
Mike Williams
Re: svn + apache2 install [ In reply to ]
On Saturday 02 October 2004 14:37, Frank R Callaghan wrote:
> Thankyou Mike your a hero ;)

Aww, shucks :)

> good tip here <read the ebuilds>

Google isn't always your friend, grep is worthy of your affections too :)

--
Mike Williams
Re: svn + apache2 install [ In reply to ]
On Saturday 02 October 2004 19:26, Mike Williams wrote:
> Google isn't always your friend, grep is worthy of your affections too :)

s/your/your only/

--
Mike Williams