Autogenerated HTML docs for v1.6.0-6-gc667
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 19 Aug 2008 09:01:44 +0000 (09:01 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 19 Aug 2008 09:01:44 +0000 (09:01 +0000)
git-cvsserver.html
git-cvsserver.txt

index 15935567a146a3232b5f14bcb8403b15d48fb382..49d1e3814e28430a065fe6391df3d3cdc789c5a3 100644 (file)
@@ -322,7 +322,7 @@ git-cvsserver(1) Manual Page
 <div class="sectionbody">\r
 <div class="para"><p>SSH:</p></div>\r
 <div class="verseblock">\r
-<div class="content">export CVS_SERVER=git-cvsserver\r
+<div class="content">export CVS_SERVER="git cvsserver"\r
 <em>cvs</em> -d :ext:user@server/path/repo.git co &lt;HEAD_name&gt;</div></div>\r
 <div class="para"><p>pserver (/etc/inetd.conf):</p></div>\r
 <div class="verseblock">\r
@@ -447,7 +447,7 @@ environment variable, you can rename <em>git-cvsserver</em> to <tt>cvs</tt>.</p>
 CVS_SERVER directly in CVSROOT like</p></div>\r
 <div class="listingblock">\r
 <div class="content">\r
-<pre><tt>cvs -d ":ext;CVS_SERVER=git-cvsserver:user@server/path/repo.git" co &lt;HEAD_name&gt;</tt></pre>\r
+<pre><tt>cvs -d ":ext;CVS_SERVER=git cvsserver:user@server/path/repo.git" co &lt;HEAD_name&gt;</tt></pre>\r
 </div></div>\r
 <div class="para"><p>This has the advantage that it will be saved in your <em>CVS/Root</em> files and\r
 you don't need to worry about always setting the correct environment\r
@@ -498,7 +498,7 @@ If you didn't specify the CVSROOT/CVS_SERVER directly in the checkout command,
 <div class="listingblock">\r
 <div class="content">\r
 <pre><tt>     export CVSROOT=:ext:user@server:/var/git/project.git\r
-     export CVS_SERVER=git-cvsserver</tt></pre>\r
+     export CVS_SERVER="git cvsserver"</tt></pre>\r
 </div></div>\r
 </li>\r
 <li>\r
@@ -692,7 +692,7 @@ Pick <em>HEAD</em> when it asks what branch/tag to check out. Untick the
 <div class="para"><p>Protocol notes: If you are using anonymous access via pserver, just select that.\r
 Those using SSH access should choose the <em>ext</em> protocol, and configure <em>ext</em>\r
 access on the Preferences-&gt;Team-&gt;CVS-&gt;ExtConnection pane. Set CVS_SERVER to\r
-<em>git-cvsserver</em>. Note that password support is not good when using <em>ext</em>,\r
+"<em>git cvsserver</em>". Note that password support is not good when using <em>ext</em>,\r
 you will definitely want to have SSH keys setup.</p></div>\r
 <div class="para"><p>Alternatively, you can just use the non-standard extssh protocol that Eclipse\r
 offer. In that case CVS_SERVER is ignored, and you will have to replace\r
@@ -785,7 +785,7 @@ Martin Langhoff &lt;martin@catalyst.net.nz&gt;
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 2008-07-06 05:16:41 UTC\r
+Last updated 2008-08-19 09:01:25 UTC\r
 </div>\r
 </div>\r
 </body>\r
index c2d3c90d27084e7de7e0f7c37b40f130f6960244..785779e22122156bdc8c58a94d36edb66a8ee266 100644 (file)
@@ -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 <HEAD_name>
 
 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 <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
@@ -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