Re: Graphical version tree

2013-04-06 Thread Olivier Antoine
Ok, Thanks for your help, Regards Olivier 2013/4/5 Thorsten Schöning > Guten Tag Olivier Antoine, > am Freitag, 5. April 2013 um 06:56 schrieben Sie: > > > In your opinion, what is the best one for Windows, please? > > Please always answer to the list. > > It really depends on how you are wo

Re: Help with compiling

2013-04-06 Thread Maureen Barger
On Sat, Apr 6, 2013 at 12:31 PM, Daniel Shahaf wrote: > Looking a bit deeper, ap_log_error is implemented as a macro, so > mod_dav_svn shouldn't be looking it up as a symbol. > > https://svn.apache.org/repos/asf/httpd/httpd/tags/2.4.4/include/http_log.h > > I'm not quite sure why that would be ha

Re: Help with compiling

2013-04-06 Thread Daniel Shahaf
Maureen Barger wrote on Sat, Apr 06, 2013 at 08:17:17 -0400: > I am compiling Apache 2.4 and SVN 1.7 for the first time. I am getting > the following error: > ./apachectl configtest > httpd: Syntax error on line 147 of /etc/apache2/conf/httpd.conf: > Cannot load modules/mod_dav_svn.so into server:

Re: Help with compiling

2013-04-06 Thread Maureen Barger
SVN 1.7.9 Apache 2.4.4 Apr 1.4.6 Apr-util 1.4.1 Centos x64 6.2 On Sat, Apr 6, 2013 at 11:02 AM, Daniel Shahaf wrote: > 1.7.x for what x? (while at it, 2.4.y for what y?) > > You need x≥5 (and x≥6 to run tests), see our CHANGES file. > > > Maureen Barger wrote on Sat, Apr 06, 2013 at 08:17:17 -

Re: Help with compiling

2013-04-06 Thread Daniel Shahaf
1.7.x for what x? (while at it, 2.4.y for what y?) You need x≥5 (and x≥6 to run tests), see our CHANGES file. Maureen Barger wrote on Sat, Apr 06, 2013 at 08:17:17 -0400: > I am compiling Apache 2.4 and SVN 1.7 for the first time. I am getting > the following error: > ./apachectl configtest > h

Help with compiling

2013-04-06 Thread Maureen Barger
I am compiling Apache 2.4 and SVN 1.7 for the first time. I am getting the following error: ./apachectl configtest httpd: Syntax error on line 147 of /etc/apache2/conf/httpd.conf: Cannot load modules/mod_dav_svn.so into server: /etc/apache2/modules/mod_dav_svn.so: undefined symbol: ap_log_error I