You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by lu...@apache.org on 2017/02/28 01:09:44 UTC

svn commit: r1784677 - /subversion/trunk/INSTALL

Author: luke1410
Date: Tue Feb 28 01:09:44 2017
New Revision: 1784677

URL: http://svn.apache.org/viewvc?rev=1784677&view=rev
Log:
Advertise using the __MORE__ project for Windows builds (which got introduced
already in SVN 1.8) so to make sure that anybody follwing the installation
instructions also gets access to tools like the svn-mergeinfo-normalizer or
svnconflict.

* INSTALL: 
   (E.4): replace target project __ALL_TESTS__ with __MORE__

Modified:
    subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
URL: http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1784677&r1=1784676&r2=1784677&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Tue Feb 28 01:09:44 2017
@@ -975,7 +975,7 @@ II.   INSTALLATION
 
       Then build subversion:
 
-      C:>msbuild subversion_vcnet.sln /t:__ALL_TESTS__ /p:Configuration=Release
+      C:>msbuild subversion_vcnet.sln /t:__MORE__ /p:Configuration=Release
       C:>cd ..
 
       The binaries have now been built.