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

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


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

Added:
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/content
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/meta
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/content
   public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/meta
Log:
new versions added

Added: public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/content	2007-11-29 08:04:22 UTC (rev 29342)
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>How to create a patch</title>
+</head>
+<body>
+<h1>How to create 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>svn diff DIRECTORY/FILE > patch.txt</li>
+</ul>
+
+<h1>How to submit a patch</h1>
+<p>
+Please upload patches to <a href="../../task-bug-tracker.html">Bugzilla</a> instead sending them via the mailing lists.
+</p>
+
+<h1>How to apply a patch</h1>
+
+<h2>UNIX</h2>
+<ul>
+  <li>patch -p0 &lt; patch.txt</li>
+</ul>
+
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323342752/meta	2007-11-29 08:04:22 UTC (rev 29342)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:initial revision
+yarep_type<string>:resource
+yarep_revisionCreator<string>:michi
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-11-29T09:02:22+0100
+yarep_checkoutUserID<string>:michi
+yarep_revisionCreationDate<date>:2007-11-29T09:02:22+0100

Added: public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/content
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/content	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/content	2007-11-29 08:04:22 UTC (rev 29342)
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>How to create a patch</title>
+</head>
+<body>
+<h1>How to create a patch</h1>
+
+<h2>Windows</h2>
+<ul>
+<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>
+</ul>
+
+<h1>How to submit a patch</h1>
+<p>
+Please upload patches to <a href="../../task-bug-tracker.html">Bugzilla</a> instead sending them via the mailing lists.
+</p>
+
+<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>
+</ul>
+
+</body>
+</html>

Added: public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/meta
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/meta	                        (rev 0)
+++ public/yanel/trunk/src/realms/yanel-website/content/development/how-to-create-a-patch.xhtml.yarep/revisions/1196323425494/meta	2007-11-29 08:04:22 UTC (rev 29342)
@@ -0,0 +1,9 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_revisionCreator<string>:michi
+workflow-date<date>:2007-11-29T09:03:45+0100
+yarep_checkoutDate<date>:2007-11-29T09:02:22+0100
+yarep_checkoutUserID<string>:michi
+workflow-state<string>:draft
+yarep_revisionCreationDate<date>:2007-11-29T09:03:45+0100



More information about the Yanel-commits mailing list