From 33397af6bbb66c8a496fb2a399281467cda7221a Mon Sep 17 00:00:00 2001 From: Remko Lodder Date: Sat, 19 Aug 2006 17:26:24 +0000 Subject: 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] --- en_US.ISO8859-1/articles/committers-guide/article.sgml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'en_US.ISO8859-1/articles/committers-guide') diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index d800ed962b..3b3f0ff82b 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -315,17 +315,17 @@ CVSROOT environment variable to the appropriate host and top-level directory (for example, ncvs.FreeBSD.org:/home/ncvs), - the CVS_RSH variable to ssh, and then + and doing the appropriate check-out/check-in operations. Many committers define aliases which expand to the correct cvs invocation for the appropriate repository. For example, a &man.tcsh.1; user may add the following to their .cshrc for this purpose: - alias dcvs env CVS_RSH=ssh cvs -d user@dcvs.FreeBSD.org:/home/dcvs -alias pcvs env CVS_RSH=ssh cvs -d user@pcvs.FreeBSD.org:/home/pcvs -alias projcvs env CVS_RSH=ssh cvs -d user@projcvs.FreeBSD.org:/home/projcvs -alias scvs env CVS_RSH=ssh cvs -d user@ncvs.FreeBSD.org:/home/ncvs + alias dcvs cvs -d user@dcvs.FreeBSD.org:/home/dcvs +alias pcvs cvs -d user@pcvs.FreeBSD.org:/home/pcvs +alias projcvs cvs -d user@projcvs.FreeBSD.org:/home/projcvs +alias scvs cvs -d user@ncvs.FreeBSD.org:/home/ncvs This way they can do all CVS operations locally and use Xcvs commit for committing @@ -729,11 +729,11 @@ alias scvs env CVS_RSH=ssh cvs -d user@ncvs.FreeBSD.o You will almost certainly get a conflict because - of the $Id: article.sgml,v 1.244 2006-07-22 00:31:01 obrien Exp $ (or in FreeBSD's case, + of the $Id: article.sgml,v 1.245 2006-08-19 17:26:24 remko Exp $ (or in FreeBSD's case, $FreeBSD$) lines, so you will have to edit the file to resolve the conflict - (remove the marker lines and the second $Id: article.sgml,v 1.244 2006-07-22 00:31:01 obrien Exp $ line, - leaving the original $Id: article.sgml,v 1.244 2006-07-22 00:31:01 obrien Exp $ line intact). + (remove the marker lines and the second $Id: article.sgml,v 1.245 2006-08-19 17:26:24 remko Exp $ line, + leaving the original $Id: article.sgml,v 1.245 2006-08-19 17:26:24 remko Exp $ line intact). -- cgit v1.2.3