This is the mail archive of the gcc@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: Can I get one file through cvs ?


> Can anybody tell me a right cvs path for reload.c and reload1.c ?

Yes. Please note that your CVSROOT setting was wrong, as well:

cvs -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles -z9 co egcs/gcc/reload.c

Since you were looking for the 2.95.1 version of that file, you need

cvs -d :pserver:anoncvs@egcs.cygnus.com:/egcs/carton/cvsfiles -z9 co -rgcc-2_95_1-release egcs/gcc/reload.c

Hope this helps,
Martin


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