Remote the CVS_RSH variable references, it is the default setting for
a long time now.[1] I left the 'and' word on one line to prevent "major" unnecessary changes. Noticed by: simon on #bsddocs [1]
This commit is contained in:
parent
dcd62a2aeb
commit
33397af6bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28469
1 changed files with 8 additions and 8 deletions
|
@ -315,17 +315,17 @@
|
||||||
<envar>CVSROOT</envar> environment variable to the appropriate host
|
<envar>CVSROOT</envar> environment variable to the appropriate host
|
||||||
and top-level directory (for example,
|
and top-level directory (for example,
|
||||||
<hostid role="fqdn">ncvs.FreeBSD.org</hostid><literal>:</literal><filename>/home/ncvs</filename>),
|
<hostid role="fqdn">ncvs.FreeBSD.org</hostid><literal>:</literal><filename>/home/ncvs</filename>),
|
||||||
the <envar>CVS_RSH</envar> variable to <command>ssh</command>, and then
|
and
|
||||||
doing the appropriate check-out/check-in operations. Many committers
|
doing the appropriate check-out/check-in operations. Many committers
|
||||||
define aliases which expand to the correct <application>cvs</application>
|
define aliases which expand to the correct <application>cvs</application>
|
||||||
invocation for the appropriate repository. For example, a &man.tcsh.1;
|
invocation for the appropriate repository. For example, a &man.tcsh.1;
|
||||||
user may add the following to their <filename>.cshrc</filename> for this
|
user may add the following to their <filename>.cshrc</filename> for this
|
||||||
purpose:</para>
|
purpose:</para>
|
||||||
|
|
||||||
<programlisting>alias dcvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@dcvs.FreeBSD.org:/home/dcvs
|
<programlisting>alias dcvs cvs -d <replaceable>user</replaceable>@dcvs.FreeBSD.org:/home/dcvs
|
||||||
alias pcvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@pcvs.FreeBSD.org:/home/pcvs
|
alias pcvs cvs -d <replaceable>user</replaceable>@pcvs.FreeBSD.org:/home/pcvs
|
||||||
alias projcvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@projcvs.FreeBSD.org:/home/projcvs
|
alias projcvs cvs -d <replaceable>user</replaceable>@projcvs.FreeBSD.org:/home/projcvs
|
||||||
alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.org:/home/ncvs</programlisting>
|
alias scvs cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.org:/home/ncvs</programlisting>
|
||||||
|
|
||||||
<para>This way they can do all CVS operations
|
<para>This way they can do all CVS operations
|
||||||
locally and use <command><replaceable>X</replaceable>cvs commit</command> for committing
|
locally and use <command><replaceable>X</replaceable>cvs commit</command> for committing
|
||||||
|
@ -729,11 +729,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>You will almost certainly get a conflict because
|
<para>You will almost certainly get a conflict because
|
||||||
of the <literal>$Id: article.sgml,v 1.244 2006-07-22 00:31:01 obrien Exp $</literal> (or in FreeBSD's case,
|
of the <literal>$Id: article.sgml,v 1.245 2006-08-19 17:26:24 remko Exp $</literal> (or in FreeBSD's case,
|
||||||
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>)
|
||||||
lines, so you will have to edit the file to resolve the conflict
|
lines, so you will have to edit the file to resolve the conflict
|
||||||
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.244 2006-07-22 00:31:01 obrien Exp $</literal> line,
|
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.245 2006-08-19 17:26:24 remko Exp $</literal> line,
|
||||||
leaving the original <literal>$Id: article.sgml,v 1.244 2006-07-22 00:31:01 obrien Exp $</literal> line intact).</para>
|
leaving the original <literal>$Id: article.sgml,v 1.245 2006-08-19 17:26:24 remko Exp $</literal> line intact).</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue