All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] cvs directory renaming - *action required*
@ 2000-09-23  0:29 Michael Ang
  2000-09-23  0:47 ` Alan Modra
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Michael Ang @ 2000-09-23  0:29 UTC (permalink / raw)
  To: parisc-linux

In order to reduce some of the confusion about which directory was
active in the repository (did I want "binutils", "binutils-old", or
"binutils-2.10"?) some of the directories in the repository will be
renamed.  This will be moderately painful, but it's better to do the
painful thing now while we can still stamp out the old cruft.

"linux-2.3" will be renamed to "linux"
"binutils-2.10" will be renamed to "binutils"

If you currently have a tree checked out, you will need to change all of
your CVS/Repository files to point to the new directory names.  With
bash you can do it like this:
$ cd linux-2.3
$ for i in `find . -name Repository`; do echo "linux" > $i; done
$ cd binutils-2.10
$ for i in `find . -name Repository`; do echo "binutils" > $i; done

You can do this now, since there is a symlink set up to support both
names.  The alias for the old name will be removed Wednesday.  If you do
not hack your tree by then you won't be able to play (update, checkout,
etc) until you have the right repository entries.

Can someone please update the recipe and cvs info on
www.thepuffingroup.com/parisc?  Until the docs are updated, you can
mentally substitute "linux" for "linux-2.3" and "binutils" for
"binutils-2.10".

These should be the last directory games we play in the repository. 
After this, new vendor versions should be checked into the existing
directories (on a branch).  This will reduce the confusion from using
directory names for version control.

	- Mike.

P.S. If out of archeological interest you're looking for the old {linux,
binutils, binutils-old, egcs-old} directory, it's been moved under
directory "obsolete". e.g. "cvs co obsolete/binutils-old".

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2000-09-27  1:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-23  0:29 [parisc-linux] cvs directory renaming - *action required* Michael Ang
2000-09-23  0:47 ` Alan Modra
2000-09-23  0:57   ` Michael Ang
2000-09-23  7:03 ` Andrew Shugg
2000-09-23  7:56   ` Michael Ang
2000-09-23  7:29 ` Andrew Shugg
2000-09-23  8:05   ` Michael Ang
2000-09-23  9:54   ` Andrew Shugg
2000-09-23 17:26 ` Matthew Wilcox
2000-09-25 17:22 ` Erik Paulson
2000-09-25 17:57   ` Michael Ang
2000-09-27  1:17     ` Matthew Wilcox
2000-09-27  1:29       ` Matt Taggart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.