This is the mail archive of the gcc-bugs@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]

Re: PATCH for F77 info files (was: Re: Fortran files missing)


On Fri, 19 June 1998, 02:40:51, law@hurl.cygnus.com wrote:

 > 
 >   In message <13706.8453.892284.589610@slsvhmt>you write:
 >   >  > What does cvs status output.j report?
 >   > 
 >   > $ cvs status output.j
 >   > Enter passphrase for RSA key 'manfred@slsvhmt': 
 >   > Warning: Remote host denied X11 forwarding, perhaps xauth program could not
 >   >  be run on the server side.
 >   > ===================================================================
 >   > File: no file output.j          Status: Needs Checkout
 >   > 
 >   >    Working revision:    No entry for output.j
 >   >    Repository revision: 1.1     /egcs/carton/cvsfiles/egcs/gcc/f/output.j,v
 >   > 
 >   > Do I need to do a 'cvs co' for  these files? But  if so, why did I get
 >   > the other new files with my usual 'cvs update'???
 > It's worth a try.  I'm not a CVS expert., so I've got no clue why they're
 > not checked out when you do an update, though I have seen this behavior
 > before.

$ pwd
/u/b60/manfred/work/GNU/cvsroot/snapshot/egcs/gcc/f
$ cvs co output.j system.j toplev.j
Enter passphrase for RSA key 'manfred@slsvhmt': 
Warning: Remote host denied X11 forwarding, perhaps xauth program could not be run on the server side.
cvs server: cannot find module `output.j' - ignored
cvs server: cannot find module `system.j' - ignored
cvs server: cannot find module `toplev.j' - ignored
cvs [checkout aborted]: cannot expand modules
$ cd ../../..
$ cvs co egcs/gcc/f/{output.j,system.j,toplev.j}
Enter passphrase for RSA key 'manfred@slsvhmt': 
Warning: Remote host denied X11 forwarding, perhaps xauth program could not be run on the server side.
U egcs/gcc/f/output.j
U egcs/gcc/f/system.j
U egcs/gcc/f/toplev.j

OK, now I got these. BUT, how can I be sure, there aren't any other
files missing? I guess I should do an initial checkout once again and
then compare the trees.

Very odd... Anyway, thanks for your help.

manfred


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