summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d00e0f8)
raw | patch | inline | side by side (parent: d00e0f8)
author | Martin Langhoff <martin@catalyst.net.nz> | |
Thu, 23 Feb 2006 23:20:51 +0000 (12:20 +1300) | ||
committer | Martin Langhoff <martin@catalyst.net.nz> | |
Wed, 1 Mar 2006 08:07:40 +0000 (21:07 +1300) |
Documentation/git-cvsserver.txt | patch | blob | history |
index 88f07ff15dffe2b962ba94aa8a477dd9273d16c2..fcc49b29c96fba0e8a51fe3b0a52d0084616f2c2 100644 (file)
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
--------------------