rdonkin 2003/05/29 14:51:19
Modified: docs patches.html
xdocs patches.xml
Log:
Expanded explanation for winCVS user. Submitted by Tetsuya Kitahata.
Revision Changes Path
1.32 +22 -9 jakarta-commons/docs/patches.html
Index: patches.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/patches.html,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- patches.html 20 May 2003 10:50:49 -0000 1.31
+++ patches.html 29 May 2003 21:51:19 -0000 1.32
@@ -327,16 +327,29 @@
Try to give your patch files meaningful names. This makes it easier for
developers who need to
apply a number of different patches.
</p>
+ <p><strong>Note:</strong><br />
+ If you use <a href="http://www.wincvs.org/">WinCVS</a>, move to
+ <code>[Admin]</code> -> <code>[Command Line]</code> Menu
+ and type: <br />
+ <pre>
+ <code>cvs diff -u</code><br />
+ </pre>
+ at <code>[Enter a cvs line command]</code> input field
+ (<code>[Commandline Settings] Tab</code>),
+ while selecting the target directories or files, in order to create
+ unified diffs.
+ </p>
<p>
- <strong>Note:</strong></p>
- <p>If you use <a
href="http://www.wincvs.org/">WinCVS</a>, move to
- <code>[Admin]</code> -> <code>[Command Line]</code> Menu and type <code>cvs
diff -u</code> at
- <code>[Enter a cvs line command]</code> input field (<code>[Commandline Settings]
Tab</code>),
- while selecting the target directories or files, in order to create
- unified diffs. </p>
- <p>In other words,
<code>[Alt+A]</code>+<code>[Alt+C]</code>+<code>[Alt+C]</code>
- and type <code>cvs diff -u</code>.
- </p>
+ In other words, <code>[Alt+A]</code>+<code>[Alt+C]</code>+
+ <code>[Alt+C]</code> and type "<code>cvs diff -u</code>".
+ </p>
+ <p>
+ Also, by adding the full path name of WinCVS-Installed directory to
+ "path" environment variables, you can use
+ "cvs diff" command on the checked-out directory
+ (like <code>cvs diff -u > foo.txt</code>) recursively
+ via MS-DOS command prompt.
+ </p>
</blockquote>
</p>
</td></tr>
1.4 +24 -11 jakarta-commons/xdocs/patches.xml
Index: patches.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/patches.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- patches.xml 16 Dec 2002 22:19:42 -0000 1.3
+++ patches.xml 29 May 2003 21:51:19 -0000 1.4
@@ -88,16 +88,29 @@
Try to give your patch files meaningful names. This makes it easier for
developers who need to
apply a number of different patches.
</p>
- <p>
- <strong>Note:</strong></p>
- <p>If you use <a href='http://www.wincvs.org/'>WinCVS</a>, move to
- <code>[Admin]</code> -> <code>[Command Line]</code> Menu and type <code>cvs
diff -u</code> at
- <code>[Enter a cvs line command]</code> input field (<code>[Commandline Settings]
Tab</code>),
- while selecting the target directories or files, in order to create
- unified diffs. </p>
- <p>In other words, <code>[Alt+A]</code>+<code>[Alt+C]</code>+<code>[Alt+C]</code>
- and type <code>cvs diff -u</code>.
- </p>
+ <p><strong>Note:</strong><br/>
+ If you use <a href='http://www.wincvs.org/'>WinCVS</a>, move to
+ <code>[Admin]</code> -> <code>[Command Line]</code> Menu
+ and type: <br/>
+ <pre>
+ <code>cvs diff -u</code><br/>
+ </pre>
+ at <code>[Enter a cvs line command]</code> input field
+ (<code>[Commandline Settings] Tab</code>),
+ while selecting the target directories or files, in order to create
+ unified diffs.
+ </p>
+ <p>
+ In other words, <code>[Alt+A]</code>+<code>[Alt+C]</code>+
+ <code>[Alt+C]</code> and type "<code>cvs diff -u</code>".
+ </p>
+ <p>
+ Also, by adding the full path name of WinCVS-Installed directory to
+ "path" environment variables, you can use
+ "cvs diff" command on the checked-out directory
+ (like <code>cvs diff -u > foo.txt</code>) recursively
+ via MS-DOS command prompt.
+ </p>
</section>
<section name="Submitting A Patch">
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]