ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/apache/subversion/dist/INSTALL
(Generate patch)

Comparing vendor/apache/subversion/dist/INSTALL (file contents):
Revision 9263 by laffer1, Mon Feb 20 02:29:42 2017 UTC vs.
Revision 9264 by laffer1, Mon Feb 20 02:37:02 2017 UTC

# Line 3 | Line 3
3                            A Quick Guide
4                 ======================================
5  
6 < $LastChangedDate: 2013-06-05 04:00:25 +0000 (Wed, 05 Jun 2013) $
6 > $LastChangedDate: 2013-09-27 06:57:44 +0000 (Fri, 27 Sep 2013) $
7  
8  
9   Contents:
# Line 477 | Line 477 | I.    INTRODUCTION
477  
478        13. SQLite  (REQUIRED)
479  
480 <      Subversion 1.7 requires SQLite version 3.6.18 or above.  You can meet
480 >      Subversion 1.8 requires SQLite version 3.7.12 or above.  You can meet
481        this dependency several ways:
482          * Use an SQLite amalgamation file.
483          * Specify an SQLite installation to use.
# Line 1263 | Line 1263 | III.  BUILDING A SUBVERSION SERVER
1263  
1264        After the make install, the Subversion shared libraries are in
1265        /usr/local/lib/.  mod_dav_svn.so should be installed in
1266 <      /usr/local/apache2/modules/.
1266 >      /usr/local/libexec/ (or elsewhere, such as /usr/local/apache2/modules/,
1267 >      if you passed --with-apache-libexecdir to configure).
1268  
1269  
1270        Section II.E explains how to build the server on Windows.
# Line 1287 | Line 1288 | III.  BUILDING A SUBVERSION SERVER
1288        http://httpd.apache.org/docs-2.0/
1289  
1290        First, your httpd.conf needs to load the mod_dav_svn module.
1291 <      Subversion's 'make install' target should automatically add this
1292 <      line for you.  But if apache gives you an error like "Unknown
1291 >      If you pass --enable-mod-activation to Subversion's configure,
1292 >      'make install' target should automatically add this line for you.
1293 >      In any case, if Apache HTTPD gives you an error like "Unknown
1294        DAV provider: svn", then you may want to verify that this line
1295        exists in your httpd.conf:
1296  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines