From: Junio C Hamano Date: Tue, 19 Aug 2008 09:01:44 +0000 (+0000) Subject: Autogenerated HTML docs for v1.6.0-6-gc667 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c2d9ea271ffc94f8b7e907b3ec88c2fdfb462f2;p=git.git Autogenerated HTML docs for v1.6.0-6-gc667 --- diff --git a/git-cvsserver.html b/git-cvsserver.html index 15935567a..49d1e3814 100644 --- a/git-cvsserver.html +++ b/git-cvsserver.html @@ -322,7 +322,7 @@ git-cvsserver(1) Manual Page

SSH:

-
export CVS_SERVER=git-cvsserver +
export CVS_SERVER="git cvsserver" cvs -d :ext:user@server/path/repo.git co <HEAD_name>

pserver (/etc/inetd.conf):

@@ -447,7 +447,7 @@ environment variable, you can rename git-cvsserver to cvs.

CVS_SERVER directly in CVSROOT like

-
cvs -d ":ext;CVS_SERVER=git-cvsserver:user@server/path/repo.git" co <HEAD_name>
+
cvs -d ":ext;CVS_SERVER=git cvsserver:user@server/path/repo.git" co <HEAD_name>

This has the advantage that it will be saved in your CVS/Root files and you don't need to worry about always setting the correct environment @@ -498,7 +498,7 @@ If you didn't specify the CVSROOT/CVS_SERVER directly in the checkout command,

     export CVSROOT=:ext:user@server:/var/git/project.git
-     export CVS_SERVER=git-cvsserver
+ export CVS_SERVER="git cvsserver"
  • @@ -692,7 +692,7 @@ Pick HEAD when it asks what branch/tag to check out. Untick the

    Protocol notes: If you are using anonymous access via pserver, just select that. Those using SSH access should choose the ext protocol, and configure ext access on the Preferences->Team->CVS->ExtConnection pane. Set CVS_SERVER to -git-cvsserver. Note that password support is not good when using ext, +"git cvsserver". Note that password support is not good when using ext, you will definitely want to have SSH keys setup.

    Alternatively, you can just use the non-standard extssh protocol that Eclipse offer. In that case CVS_SERVER is ignored, and you will have to replace @@ -785,7 +785,7 @@ Martin Langhoff <martin@catalyst.net.nz>

    diff --git a/git-cvsserver.txt b/git-cvsserver.txt index c2d3c90d2..785779e22 100644 --- a/git-cvsserver.txt +++ b/git-cvsserver.txt @@ -11,7 +11,7 @@ SYNOPSIS SSH: [verse] -export CVS_SERVER=git-cvsserver +export CVS_SERVER="git cvsserver" 'cvs' -d :ext:user@server/path/repo.git co pserver (/etc/inetd.conf): @@ -109,7 +109,7 @@ Note: Newer CVS versions (>= 1.12.11) also support specifying CVS_SERVER directly in CVSROOT like ------ -cvs -d ":ext;CVS_SERVER=git-cvsserver:user@server/path/repo.git" co +cvs -d ":ext;CVS_SERVER=git cvsserver:user@server/path/repo.git" co ------ This has the advantage that it will be saved in your 'CVS/Root' files and you don't need to worry about always setting the correct environment @@ -158,7 +158,7 @@ allowing access over SSH. -- ------ export CVSROOT=:ext:user@server:/var/git/project.git - export CVS_SERVER=git-cvsserver + export CVS_SERVER="git cvsserver" ------ -- 4. For SSH clients that will make commits, make sure their server-side @@ -283,7 +283,7 @@ To get a checkout with the Eclipse CVS client: Protocol notes: If you are using anonymous access via pserver, just select that. Those using SSH access should choose the 'ext' protocol, and configure 'ext' access on the Preferences->Team->CVS->ExtConnection pane. Set CVS_SERVER to -'git-cvsserver'. Note that password support is not good when using 'ext', +"'git cvsserver'". Note that password support is not good when using 'ext', you will definitely want to have SSH keys setup. Alternatively, you can just use the non-standard extssh protocol that Eclipse