You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ra...@apache.org on 2011/01/09 20:44:52 UTC

svn commit: r1057006 - /lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt

Author: rainer
Date: Sun Jan  9 19:44:51 2011
New Revision: 1057006

URL: http://svn.apache.org/viewvc?rev=1057006&view=rev
Log:
Document the use of the patch utility in INSTALL-SRC.txt.

Modified:
    lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt

Modified: lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt
URL: http://svn.apache.org/viewvc/lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt?rev=1057006&r1=1057005&r2=1057006&view=diff
==============================================================================
--- lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt (original)
+++ lenya/branches/BRANCH_2_0_X/INSTALL-SRC.txt Sun Jan  9 19:44:51 2011
@@ -37,6 +37,13 @@ Prerequisites
       the Cocoon webapp to be installed. See the FAQ for details of configuration changes 
       required when running multiple Cocoon based applications.
 
+    * The patch utility
+      Patch takes a patch file containing a difference listing produced by
+      the diff program and applies those differences to one or more original
+      files, producing patched versions. 
+      All Linux distributions come with patch. Under Windows, you can download
+      the utility from http://gnuwin32.sourceforge.net/packages/patch.htm .
+
     * (optional) An SVN client
       SVN (or subversion) is a software revision control system that is used by the Lenya community to 
       manage the development tree. If you want to use the latest development version, you will need to
@@ -207,4 +214,4 @@ Performing automated tests
   In the lenya-2.0.x directory, do
   ./build.sh test    (to run the junit tests, requires a successful build), and
   ./build.sh modules.test.canoo  (to run the canoo web tests, requires a running servlet engine).
-  
\ No newline at end of file
+  



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org