Re: Accessing CVS

2006-12-11 Thread Manuel López-Ibáñez
You have to use subversion, not CVS. Everything is explained here: http://gcc.gnu.org/svn.html The command you probably want is: svn -q checkout svn://gcc.gnu.org/svn/gcc/branches/fixed-point/ fixed-point I hope this helps. Cheers, Manuel. On 11/12/06, Rohit Arul Raj <[EMAIL PROTECTED]> wr

Accessing CVS

2006-12-11 Thread Rohit Arul Raj
Hi all, How to download GCC projects from CVS For e.g.i tried this one cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/gcc checkout -P /branches./fixed-point But it did not work. Regards, Rohit