Author: julianfoad
Date: Thu Jul 28 14:05:53 2011
New Revision: 1151854

URL: http://svn.apache.org/viewvc?rev=1151854&view=rev
Log:
* INSTALL
  Fix a broken link and an outdated comment.

Modified:
    subversion/trunk/INSTALL

Modified: subversion/trunk/INSTALL
URL: 
http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1151854&r1=1151853&r2=1151854&view=diff
==============================================================================
--- subversion/trunk/INSTALL (original)
+++ subversion/trunk/INSTALL Thu Jul 28 14:05:53 2011
@@ -505,7 +505,7 @@ I.    INTRODUCTION
       with the C compiler. If you're using MSVC 6, and don't have MASM 6,
       a free MASM-compatible assembler is available here:
 
-          http://www.masm32.org/
+          http://www.masm32.com/
 
       You only need ML.EXE and ML.ERR from this distribution.
 
@@ -758,7 +758,7 @@ II.   INSTALLATION
 
           $ svn co https://svn.apache.org/repos/asf/subversion/trunk svn
           $ cd svn
-          $ # get neon/apr as required
+          $ # get any dependencies to be built in-tree, if required
           $ chmod +x autogen.sh
           $ ./autogen.sh
           $ mkdir ../obj


Reply via email to