diff options
author | Martin Langhoff <martin@catalyst.net.nz> | 2006-02-24 12:20:51 +1300 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-01 01:10:26 -0800 |
commit | ee75d4cd310a2d45b641f4524565bea6fd1d1ecc (patch) | |
tree | a064c1083a961f779bafc7d8bf1cfda04f75f88f /Documentation | |
parent | diffcore-break: micro-optimize by avoiding delta between identical files. (diff) | |
download | tgif-ee75d4cd310a2d45b641f4524565bea6fd1d1ecc.tar.xz |
cvsserver: add notes on how to get a checkout under Eclipse
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-cvsserver.txt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/git-cvsserver.txt b/Documentation/git-cvsserver.txt index 88f07ff15d..19c9c51cff 100644 --- a/Documentation/git-cvsserver.txt +++ b/Documentation/git-cvsserver.txt @@ -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 -------------------- |