From 9512fcf2eb939d41027c461663c736bed9d7306e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 1 Mar 2006 12:05:14 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.2.2-g858c --- git-cvsserver.html | 40 +++++++++++++++++++++++++++++++++++++++- git-cvsserver.txt | 24 ++++++++++++++++++++++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/git-cvsserver.html b/git-cvsserver.html index ca2f3ab5..06ac3e7d 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 +

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. +
  3. +

    +Context Menu->Team->Share Project… +

    +
  4. +
  5. +

    +Enter the repository and module information again and click Finish +

    +
  6. +
  7. +

    +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. +

    +
  8. +
+

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

All the operations required for normal use are supported, including @@ -363,7 +401,7 @@ No keyword expansion or newline munging is supported.

diff --git a/git-cvsserver.txt b/git-cvsserver.txt index 88f07ff1..19c9c51c 100644 --- a/git-cvsserver.txt +++ b/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 -------------------- -- 2.11.0