Re: subversion on FreeBSD 4.10

2005-03-15 Thread Rene C. Mendoza
Rene C. Mendoza wrote: Daniel S. Haischt wrote: did you compile Apache 2.x with WebDAV support (i.e. mod_dav)? Rene C. Mendoza schrieb: Hi! I'm trying to install subversion-1.1.3 on FreeBSd 4.10 from ports. By the way, my ports tree is updated regularly. When I install in the subversion port

RE: subversion on FreeBSD 4.10

2005-03-15 Thread Subhro
-Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Rene C. Mendoza Sent: Wednesday, March 16, 2005 9:38 To: freebsd-questions@freebsd.org Subject: Re: subversion on FreeBSD 4.10 Here's some more info on my problem. When I run

Re: subversion on FreeBSD 4.10

2005-03-15 Thread Rene C. Mendoza
Subhro wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Rene C. Mendoza Sent: Wednesday, March 16, 2005 9:38 To: freebsd-questions@freebsd.org Subject: Re: subversion on FreeBSD 4.10 Here's some more info on my problem. When I

RE: subversion on FreeBSD 4.10

2005-03-15 Thread Subhro
-Original Message- From: Rene C. Mendoza [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 10:01 To: Subhro Cc: freebsd-questions@freebsd.org Subject: Re: subversion on FreeBSD 4.10 Subhro wrote: Here's some more info on my problem. When I run the following command

Re: subversion on FreeBSD 4.10

2005-03-15 Thread Rene C. Mendoza
Subhro wrote: -Original Message- From: Rene C. Mendoza [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 10:01 To: Subhro Cc: freebsd-questions@freebsd.org Subject: Re: subversion on FreeBSD 4.10 Subhro wrote: Here's some more info on my problem. When I run the following

Re: subversion on FreeBSD 4.10

2005-03-11 Thread Daniel S. Haischt
did you compile Apache 2.x with WebDAV support (i.e. mod_dav)? Rene C. Mendoza schrieb: Hi! I'm trying to install subversion-1.1.3 on FreeBSd 4.10 from ports. By the way, my ports tree is updated regularly. When I install in the subversion port directory, installation just seems to stop or

Re: subversion on FreeBSD 4.10

2005-03-11 Thread Rene C. Mendoza
Daniel S. Haischt wrote: did you compile Apache 2.x with WebDAV support (i.e. mod_dav)? Rene C. Mendoza schrieb: Hi! I'm trying to install subversion-1.1.3 on FreeBSd 4.10 from ports. By the way, my ports tree is updated regularly. When I install in the subversion port directory, installation

Re: subversion on FreeBSD 4.10

2005-03-11 Thread Daniel S. Haischt
can you add the following subversion ports option: WITH_APACHE2_APR=yes from the port's Makefile: You can enable the mod_dav_svn module for Apache 2.X by defining WITH_MOD_DAV_SVN. This option implies the WITH_APACHE2_APR option. Rene C. Mendoza schrieb: Daniel S. Haischt wrote: did you

Re: subversion on FreeBSD 4.10

2005-03-11 Thread Daniel S. Haischt
OK, I have to admit that this was a stupid suggestion ;-) WITH_APACHE2_APR will be set to yes if using WITH_MOD_DAV_SVN (as you did). Did you try to manually execute the command ... /usr/local/sbin/apxs -e -S \ LIBEXECDIR=/usr/local/libexec/apache2 \ -a -n dav libexec/apache2/mod_dav.so ... just