Autogenerated HTML docs for v1.2.2-g858c
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 1 Mar 2006 12:05:14 +0000 (12:05 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 1 Mar 2006 12:05:14 +0000 (12:05 +0000)
git-cvsserver.html
git-cvsserver.txt

index ca2f3ab..06ac3e7 100644 (file)
@@ -332,6 +332,44 @@ Clients should now be able to check out modules (where modules are the names
 </li>\r
 </ol>\r
 </div>\r
+<h2>Eclipse CVS Client Notes</h2>\r
+<div class="sectionbody">\r
+<p>To get a checkout with the Eclipse CVS client:</p>\r
+<ol>\r
+<li>\r
+<p>\r
+Create a new project from CVS checkout, giving it repository and module\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Context Menu-&gt;Team-&gt;Share Project&#8230;\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+Enter the repository and module information again and click Finish\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+The Synchronize view appears. Untick  "launch commit wizard" to avoid\r
+committing the .project file, and select HEAD as the tag to synchronize to.\r
+Update all incoming changes.\r
+</p>\r
+</li>\r
+</ol>\r
+<p>Note that most versions of Eclipse ignore CVS_SERVER (which you can set in\r
+the Preferences-&gt;Team-&gt;CVS-&gt;ExtConnection pane), so you may have to\r
+rename, alias or symlink git-cvsserver to <em>cvs</em> on the server.</p>\r
+</div>\r
+<h2>Clients known to work</h2>\r
+<div class="sectionbody">\r
+<p>CVS 1.12.9 on Debian\r
+CVS 1.11.17 on MacOSX (from Fink package)\r
+Eclipse 3.0, 3.1.2 on MacOSX (see Eclipse CVS Client Notes)\r
+TortoiseCVS</p>\r
+</div>\r
 <h2>Operations supported</h2>\r
 <div class="sectionbody">\r
 <p>All the operations required for normal use are supported, including\r
@@ -363,7 +401,7 @@ No keyword expansion or newline munging is supported.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Feb-2006 11:21:36 UTC\r
+Last updated 01-Mar-2006 12:05:10 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 88f07ff..19c9c51 100644 (file)
@@ -54,6 +54,30 @@ INSTALLATION
    of branches in git).
      $ cvs co -d mylocaldir master
 
+Eclipse CVS Client Notes
+------------------------
+
+To get a checkout with the Eclipse CVS client:
+
+1. Create a new project from CVS checkout, giving it repository and module
+2. Context Menu->Team->Share Project...
+3. Enter the repository and module information again and click Finish
+4. The Synchronize view appears. Untick  "launch commit wizard" to avoid
+committing the .project file, and select HEAD as the tag to synchronize to.
+Update all incoming changes.
+
+Note that most versions of Eclipse ignore CVS_SERVER (which you can set in
+the Preferences->Team->CVS->ExtConnection pane), so you may have to
+rename, alias or symlink git-cvsserver to 'cvs' on the server.
+
+Clients known to work
+---------------------
+
+CVS 1.12.9 on Debian
+CVS 1.11.17 on MacOSX (from Fink package)
+Eclipse 3.0, 3.1.2 on MacOSX (see Eclipse CVS Client Notes)
+TortoiseCVS
+
 Operations supported
 --------------------