summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-08-19 09:01:44 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-08-19 09:01:44 +0000
commit7c2d9ea271ffc94f8b7e907b3ec88c2fdfb462f2 (patch)
tree897e04c4a6cc370f903cbc2506e2e0dc9d324593 /git-cvsserver.html
parent9f0ecaf8e844f950afdb72195486fdeb3d6670b8 (diff)
downloadgit-htmldocs-7c2d9ea271ffc94f8b7e907b3ec88c2fdfb462f2.tar.gz
Autogenerated HTML docs for v1.6.0-6-gc667
Diffstat (limited to 'git-cvsserver.html')
-rw-r--r--git-cvsserver.html10
1 files changed, 5 insertions, 5 deletions
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
<div class="sectionbody">
<div class="para"><p>SSH:</p></div>
<div class="verseblock">
-<div class="content">export CVS_SERVER=git-cvsserver
+<div class="content">export CVS_SERVER="git cvsserver"
<em>cvs</em> -d :ext:user@server/path/repo.git co &lt;HEAD_name&gt;</div></div>
<div class="para"><p>pserver (/etc/inetd.conf):</p></div>
<div class="verseblock">
@@ -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>
<div class="listingblock">
<div class="content">
-<pre><tt>cvs -d ":ext;CVS_SERVER=git-cvsserver:user@server/path/repo.git" co &lt;HEAD_name&gt;</tt></pre>
+<pre><tt>cvs -d ":ext;CVS_SERVER=git cvsserver:user@server/path/repo.git" co &lt;HEAD_name&gt;</tt></pre>
</div></div>
<div class="para"><p>This has the advantage that it will be saved in your <em>CVS/Root</em> 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,
<div class="listingblock">
<div class="content">
<pre><tt> export CVSROOT=:ext:user@server:/var/git/project.git
- export CVS_SERVER=git-cvsserver</tt></pre>
+ export CVS_SERVER="git cvsserver"</tt></pre>
</div></div>
</li>
<li>
@@ -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.
Those using SSH access should choose the <em>ext</em> protocol, and configure <em>ext</em>
access on the Preferences-&gt;Team-&gt;CVS-&gt;ExtConnection pane. Set CVS_SERVER to
-<em>git-cvsserver</em>. Note that password support is not good when using <em>ext</em>,
+"<em>git cvsserver</em>". Note that password support is not good when using <em>ext</em>,
you will definitely want to have SSH keys setup.</p></div>
<div class="para"><p>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 &lt;martin@catalyst.net.nz&gt;
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2008-07-06 05:16:41 UTC
+Last updated 2008-08-19 09:01:25 UTC
</div>
</div>
</body>