[Yanel-commits] rev 29343 - in public/yanel/trunk/src/realms/yanel-website/content/development: . how-to-create-a-patch.xhtml.yarep

michi at wyona.com michi at wyona.com
Thu Nov 29 09:04:48 CET 2007


Author: michi
Date: 2007-11-29 09:04:47 +0100 (Thu, 29 Nov 2007)
New Revision: 29343

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/meta
Log:
note about Windows added

Modified: public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml	2007-11-29 08:04:22 UTC (rev 29342)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml	2007-11-29 08:04:47 UTC (rev 29343)
@@ -11,11 +11,10 @@
 
 <h2>Windows</h2>
 <ul>
-<li>Download patch exec for <a href="http://gnuwin32.sourceforge.net/packages/patch.htm">Windows</a></li>
-<li>start -&gt; Control Panel -&gt; System -&gt; Advanced -&gt; Environment Variables -&gt; Edit Use Variable Path (...;C:\Program Files\GnuWin32\bin</li>
-<li>start -&gt; Run -&gt; cmd -&gt; patch --help</li>
+<li>See <a href="http://gnuwin32.sourceforge.net/packages/diffutils.htm">http://gnuwin32.sourceforge.net/packages/diffutils.htm</a></li>
 </ul>
 
+
 <h2>UNIX</h2>
 <ul>
   <li>svn diff DIRECTORY/FILE > patch.txt</li>
@@ -28,6 +27,13 @@
 
 <h1>How to apply a patch</h1>
 
+<h2>Windows</h2>
+<ul>
+<li>Download patch exec for <a href="http://gnuwin32.sourceforge.net/packages/patch.htm">Windows</a></li>
+<li>start -&gt; Control Panel -&gt; System -&gt; Advanced -&gt; Environment Variables -&gt; Edit Use Variable Path (...;C:\Program Files\GnuWin32\bin</li>
+<li>start -&gt; Run -&gt; cmd -&gt; patch --help</li>
+</ul>
+
 <h2>UNIX</h2>
 <ul>
   <li>patch -p0 &lt; patch.txt</li>

Modified: public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/meta	2007-11-29 08:04:22 UTC (rev 29342)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/meta	2007-11-29 08:04:47 UTC (rev 29343)
@@ -1 +1,5 @@
 yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-11-29T09:02:22+0100
+yarep_checkoutUserID<string>:michi
+yarep_checkinDate<date>:2007-11-29T09:03:45+0100



More information about the Yanel-commits mailing list