Skip to content

Commit ee75d4c

Browse files
Martin LanghoffJunio C Hamano
authored andcommitted
cvsserver: add notes on how to get a checkout under Eclipse
1 parent aeecd23 commit ee75d4c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/git-cvsserver.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
5781
Operations supported
5882
--------------------
5983

0 commit comments

Comments
 (0)