File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,30 @@ INSTALLATION
5454 of branches in git).
5555 $ cvs co -d mylocaldir master
5656
57+ Eclipse CVS Client Notes
58+ ------------------------
59+
60+ To get a checkout with the Eclipse CVS client:
61+
62+ 1. Create a new project from CVS checkout, giving it repository and module
63+ 2. Context Menu->Team->Share Project...
64+ 3. Enter the repository and module information again and click Finish
65+ 4. The Synchronize view appears. Untick "launch commit wizard" to avoid
66+ committing the .project file, and select HEAD as the tag to synchronize to.
67+ Update all incoming changes.
68+
69+ Note that most versions of Eclipse ignore CVS_SERVER (which you can set in
70+ the Preferences->Team->CVS->ExtConnection pane), so you may have to
71+ rename, alias or symlink git-cvsserver to 'cvs' on the server.
72+
73+ Clients known to work
74+ ---------------------
75+
76+ CVS 1.12.9 on Debian
77+ CVS 1.11.17 on MacOSX (from Fink package)
78+ Eclipse 3.0, 3.1.2 on MacOSX (see Eclipse CVS Client Notes)
79+ TortoiseCVS
80+
5781Operations supported
5882--------------------
5983
You can’t perform that action at this time.
0 commit comments