X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=man1%2Fgit-cvsserver.1;h=ad08f74e7fee04e04167b18a84668e8ee4c9a3c7;hb=69b24500e2405f75d8d58a8faba99fd49df99eff;hp=fcfa83b6b0332e8ab884920ab6162c28c43fc508;hpb=03a4c52a5f221137a162e23a4b56620c3d26acd1;p=git.git diff --git a/man1/git-cvsserver.1 b/man1/git-cvsserver.1 index fcfa83b6..ad08f74e 100755 --- a/man1/git-cvsserver.1 +++ b/man1/git-cvsserver.1 @@ -70,6 +70,33 @@ On each client machine you need to set the following variables\&. CVSROOT should Clients should now be able to check out modules (where modules are the names of branches in git)\&. $ cvs co \-d mylocaldir master .LP +.SH "ECLIPSE CVS CLIENT NOTES" + + +To get a checkout with the Eclipse CVS client: + +.TP 3 +1. +Create a new project from CVS checkout, giving it repository and module +.TP +2. +Context Menu\->Team\->Share Project... +.TP +3. +Enter the repository and module information again and click Finish +.TP +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\&. +.LP + + +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 \fIcvs\fR on the server\&. + +.SH "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 + .SH "OPERATIONS SUPPORTED"