You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by ac...@apache.org on 2003/05/30 12:45:53 UTC

cvs commit: jakarta-site/docs/site source.html

acoliver    2003/05/30 03:45:52

  Modified:    xdocs/site source.xml
               docs/site source.html
  Log:
  patch from tetsuya
  
  Revision  Changes    Path
  1.12      +19 -1     jakarta-site/xdocs/site/source.xml
  
  Index: source.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site/xdocs/site/source.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- source.xml	25 Nov 2002 22:36:17 -0000	1.11
  +++ source.xml	30 May 2003 10:45:52 -0000	1.12
  @@ -172,7 +172,25 @@
     utilities (such as diff and patch) that will turn your PC into a virtual
     Unix machine.
     </p>
  -  
  +
  + <p><strong>Note:</strong><br/>
  + If you use <a href='http://www.wincvs.org/'>WinCVS</a>, move to 
  + <code>[Admin]</code> -&gt; <code>[Command Line]</code> Menu 
  + and type: <br/>
  + <code>cvs diff -u</code><br/>
  + 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.
  + In other words, <code>[Alt+A]</code>+<code>[Alt+C]</code>+
  + <code>[Alt+C]</code> and type &quot;<code>cvs diff -u</code>&quot;.<br/>
  + Also, by adding the full path name of WinCVS-Installed directory to
  + &quot;path&quot; environment variables, you can use 
  + &quot;cvs diff&quot; command on the checked-out directory
  + (like <code>cvs diff -u &gt; patchfile.txt</code>) recursively
  + via MS-DOS command prompt.
  + </p>
  +
     <p>
     More detailed instructions for accessing Jakarta's CVS repositories with
     various tools and IDEs, including anonymous access, can be found 
  
  
  
  1.70      +17 -0     jakarta-site/docs/site/source.html
  
  Index: source.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site/docs/site/source.html,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -r1.69 -r1.70
  --- source.html	30 May 2003 06:04:27 -0000	1.69
  +++ source.html	30 May 2003 10:45:52 -0000	1.70
  @@ -344,6 +344,23 @@
     utilities (such as diff and patch) that will turn your PC into a virtual
     Unix machine.
     </p>
  +                                                <p><strong>Note:</strong><br />
  + If you use <a href="http://www.wincvs.org/">WinCVS</a>, move to 
  + <code>[Admin]</code> -&gt; <code>[Command Line]</code> Menu 
  + and type: <br />
  + <code>cvs diff -u</code><br />
  + 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.
  + In other words, <code>[Alt+A]</code>+<code>[Alt+C]</code>+
  + <code>[Alt+C]</code> and type "<code>cvs diff -u</code>".<br />
  + 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 &gt; patchfile.txt</code>) recursively
  + via MS-DOS command prompt.
  + </p>
                                                   <p>
     More detailed instructions for accessing Jakarta's CVS repositories with
     various tools and IDEs, including anonymous access, can be found 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org