summaryrefslogtreecommitdiffstats
path: root/git-cvsserver.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-04-08 08:31:07 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-04-08 08:31:07 +0000
commitf8499811b219581fa610727afe6dc9c4a8627412 (patch)
tree22d4d4178c6ce19c85250e721ab912821c29285a /git-cvsserver.html
parent12a3a233f89942d86ddf8c57697a2c2486c07f11 (diff)
downloadgit-htmldocs-f8499811b219581fa610727afe6dc9c4a8627412.tar.gz
Autogenerated HTML docs for v1.5.1-92-g8d160
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 7a96e5c58..85bc8da04 100644
--- a/git-cvsserver.html
+++ b/git-cvsserver.html
@@ -397,11 +397,11 @@ Pick <em>HEAD</em> when it asks what branch/tag to check out. Untick the
<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>. Not 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>
<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
-the cvs utility on the server with git-cvsserver or manipulate your .bashrc
+the cvs utility on the server with git-cvsserver or manipulate your <tt>.bashrc</tt>
so that calling <em>cvs</em> effectively calls git-cvsserver.</p>
</div>
<h2>Clients known to work</h2>
@@ -435,9 +435,9 @@ TortoiseCVS
checkout, diff, status, update, log, add, remove, commit.
Legacy monitoring operations are not supported (edit, watch and related).
Exports and tagging (tags and branches) are not supported at this stage.</p>
-<p>The server should set the -k mode to binary when relevant, however,
+<p>The server should set the <em>-k</em> mode to binary when relevant, however,
this is not really implemented yet. For now, you can force the server
-to set <tt>-kb</tt> for all files by setting the <tt>gitcvs.allbinary</tt> config
+to set <em>-kb</em> for all files by setting the <tt>gitcvs.allbinary</tt> config
variable. In proper GIT tradition, the contents of the files are
always respected. No keyword expansion or newline munging is supported.</p>
</div>
@@ -473,7 +473,7 @@ Martin Langhoff &lt;martin@catalyst.net.nz&gt;
</div>
<div id="footer">
<div id="footer-text">
-Last updated 04-Apr-2007 18:33:37 UTC
+Last updated 08-Apr-2007 08:30:41 UTC
</div>
</div>
</body>