summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-03-01 12:05:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-03-01 12:05:14 +0000
commit9512fcf2eb939d41027c461663c736bed9d7306e (patch)
treea93af63d068a3dbd1eed0a1438d8cb2dfb544d7f /git-cvsserver.html
parent93b02f2eb4250ef2aaac579e763b98efce382bf1 (diff)
downloadgit-htmldocs-9512fcf2eb939d41027c461663c736bed9d7306e.tar.gz
Autogenerated HTML docs for v1.2.2-g858c
Diffstat (limited to 'git-cvsserver.html')
-rw-r--r--git-cvsserver.html40
1 files changed, 39 insertions, 1 deletions
diff --git a/git-cvsserver.html b/git-cvsserver.html
index ca2f3ab5b..06ac3e7d9 100644
--- a/git-cvsserver.html
+++ b/git-cvsserver.html
@@ -332,6 +332,44 @@ Clients should now be able to check out modules (where modules are the names
</li>
</ol>
</div>
+<h2>Eclipse CVS Client Notes</h2>
+<div class="sectionbody">
+<p>To get a checkout with the Eclipse CVS client:</p>
+<ol>
+<li>
+<p>
+Create a new project from CVS checkout, giving it repository and module
+</p>
+</li>
+<li>
+<p>
+Context Menu-&gt;Team-&gt;Share Project&#8230;
+</p>
+</li>
+<li>
+<p>
+Enter the repository and module information again and click Finish
+</p>
+</li>
+<li>
+<p>
+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.
+</p>
+</li>
+</ol>
+<p>Note that most versions of Eclipse ignore CVS_SERVER (which you can set in
+the Preferences-&gt;Team-&gt;CVS-&gt;ExtConnection pane), so you may have to
+rename, alias or symlink git-cvsserver to <em>cvs</em> on the server.</p>
+</div>
+<h2>Clients known to work</h2>
+<div class="sectionbody">
+<p>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</p>
+</div>
<h2>Operations supported</h2>
<div class="sectionbody">
<p>All the operations required for normal use are supported, including
@@ -363,7 +401,7 @@ No keyword expansion or newline munging is supported.</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 23-Feb-2006 11:21:36 UTC
+Last updated 01-Mar-2006 12:05:10 UTC
</div>
</div>
</body>