This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


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

Re: Binutils repository freeze is (finally!) over


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

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