This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

cvswrite.html: user@egcs != user@localhost


I was bitten by this today. Okay to install?

Abstract: If your local user name is different from your user name at
egcs.cygnus.com, the current instructions on how to convert an existing
CVS tree are not sufficient -- you explictely need to add the user name
for egcs.cygnus.com to the "Root" files.

Gerald
-- 
Gerald Pfeifer (Jerry)      Vienna University of Technology
pfeifer@dbai.tuwien.ac.at   http://www.dbai.tuwien.ac.at/~pfeifer/


Index: cvswrite.html
===================================================================
RCS file: /egcs/carton/cvsfiles/wwwdocs/htdocs/cvswrite.html,v
retrieving revision 1.4
diff -c -3 -p -r1.4 cvswrite.html
*** cvswrite.html	1998/07/14 02:42:16	1.4
--- cvswrite.html	1998/08/03 19:34:32
*************** and send you mail notifying you that the
*** 32,37 ****
--- 32,40 ----
  should be able to "slogin egcs.cygnus.com".  We recommend doing this once to
  verify that ssh is up and functioning correctly.
  
+ 
+ <h2>Setting up your local CVS tree</h2>
+ 
  <p>Once you can login to the machine, it's trivial to start using ssh from
  your remote machine.  Set CVS_RSH in your environment to "ssh".  Then issue
  the command
*************** all the "Root" files in the local tree w
*** 50,55 ****
--- 53,66 ----
  egcs.cygnus.com:/egcs/carton/cvsfiles
  </pre>
  
+ or, in case your user name at egcs.cygnus.com is different from your local
+ one:
+ 
+ <pre>
+ username@egcs.cygnus.com:/egcs/carton/cvsfiles
+ </pre>
+ 
+ 
  <p>To avoid the nuisance of having to supply your passphrase for each
  operation, you may want to use <code>ssh-agent</code>(1) followed by
  <code>ssh-add</code>(1) and entering your passphrase once for all.
*************** your changes back in they will automatic
*** 79,85 ****
  web server's data area.
  
  <hr>
! <i>Last modified on July 13, 1998.</i>
  
  <hr>
  <a href="/">Return to the egcs home page</a>
--- 90,96 ----
  web server's data area.
  
  <hr>
! <i>Last modified on August 03, 1998.</i>
  
  <hr>
  <a href="/">Return to the egcs home page</a>



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]