LOSTWAGES: add a cvs usage tip

Mike McCormack mike at codeweavers.com
Fri Apr 2 22:35:48 CST 2004


ChangeLog:
* add a cvs usage tip
-------------- next part --------------
Index: templates/en/cvs.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/cvs.template,v
retrieving revision 1.14
diff -u -r1.14 cvs.template
--- templates/en/cvs.template	31 Mar 2004 21:33:47 -0000	1.14
+++ templates/en/cvs.template	3 Apr 2004 03:44:16 -0000
@@ -226,6 +226,23 @@
 
 <a name="uptodate" class="hidden"></a>
 
+<h1>Cleaning up your existing tree</h1>
+
+A quick way to clean up your tree after you've been modifying it
+ and want a clean copy of Wine again is this:
+ <table width="300" border=0 cellpadding=10><tr><td class=black>
+ <span class=inverse>
+  cd wine<br>
+  cvs update -PAd<br>
+  cvs diff &gt; total-<i>YYMMDD</i>.diff<br>
+  patch -p0 -R &lt; total-<i>YYMMDD</i>.diff
+ </span>
+ </td></tr>
+ </table>
+By using the current date in <i>YYMMDD</i>, you can keep a history
+ of changes that were in your Wine tree.
+<p>
+
 <h1>Staying Up-To-Date</h1>
 
 <p>


More information about the wine-patches mailing list