You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/02/14 02:08:40 UTC

svn commit: r1568180 - /subversion/trunk/build.conf

Author: rhuijben
Date: Fri Feb 14 01:08:40 2014
New Revision: 1568180

URL: http://svn.apache.org/r1568180
Log:
* build.conf
  (svn-populate-node-origins-index): Unbreak compilation of this project with
    Visual Studio 2010, 2012 and 2013 by removing the ' from the description.

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1568180&r1=1568179&r2=1568180&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Fri Feb 14 01:08:40 2014
@@ -1561,7 +1561,7 @@ install = tools
 libs = libsvn_repos libsvn_fs libsvn_subr apr
 
 [svn-populate-node-origins-index]
-description = Tool to populate a repository's node origins index
+description = Tool to populate the node origins index of a repository
 type = exe
 path = tools/server-side
 sources = svn-populate-node-origins-index.c