Binutils repository freeze is (finally!) over

Jason Molenda jsm@cygnus.com
Mon Feb 7 03:38:00 GMT 2000


On Mon, Feb 07, 2000 at 12:29:23PM +0100, Andreas Schwab wrote:

>  cvs -z9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src co binutils 

> What I want is a directory "binutils" that contains the complete binutils
> source, just as I had before.  I also have a directory "gcc" that contains
> the complete gcc source, etc.
> 
> I have tried "cvs co -d binutils binutils", but that only gets me the
> binutils subdirectory, no bfd, opcodes, etc.


Ah, I understand.

Do this:

 % cvs -z9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src co binutils 
 % mv src binutils

You might be saying, "But you just renamed the directory!"  And it's
true -- and the only difference between the old repository and the new
one is that it happens to be called 'src'.  This is not immutable, you
are free to rename it as you please.

Jason


More information about the Binutils mailing list