forked from lda/telodendria
The variable is CVS_RSH, not SSH_RSH
This commit is contained in:
parent
cb31db2ec6
commit
2ba2656e4a
1 changed files with 2 additions and 2 deletions
|
@ -750,11 +750,11 @@ $ cvs -q update -dP
|
||||||
You should now have the latest <b>Telodendria</b> source code. Follow
|
You should now have the latest <b>Telodendria</b> source code. Follow
|
||||||
the <a href="#code-style">Code Style</a> as you make your changes. If
|
the <a href="#code-style">Code Style</a> as you make your changes. If
|
||||||
the <code>cvs</code> command fails with a <code>Connection refused</code>
|
the <code>cvs</code> command fails with a <code>Connection refused</code>
|
||||||
error message, then try setting the <code>SSH_RSH</code> environment
|
error message, then try setting the <code>CVS_RSH</code> environment
|
||||||
variable to <code>ssh</code>, like this:
|
variable to <code>ssh</code>, like this:
|
||||||
</p>
|
</p>
|
||||||
<div class="code">
|
<div class="code">
|
||||||
$ export SSH_RSH=ssh
|
$ export CVS_RSH=ssh
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Then run the checkout again. Some versions of CVS don't use SSH to checkout
|
Then run the checkout again. Some versions of CVS don't use SSH to checkout
|
||||||
|
|
Loading…
Reference in a new issue