From: Michael Ang <mang@subcarrier.org>
To: parisc-linux@thepuffingroup.com
Subject: [parisc-linux] cvs renaming complete
Date: Mon, 25 Sep 2000 21:59:23 -0400 [thread overview]
Message-ID: <39D002FB.242B2DD4@subcarrier.org> (raw)
The directory renaming in the repository is complete. The new (and
hopefully final) directory names are "linux" and "binutils", as you
might expect.
The trick to get your old tree in sync with the new directory names,
courtesy of Alan Modra:
cd linux-2.3
for z in `find . -name Repository`
do
sed -e 's/-2.3//' $z > zzz && mv zzz $z
done
And for binutils-2.10:
cd binutils-2.10
for z in `find . -name Repository`
do
sed -e 's/-2.10//' $z > zzz && mv zzz $z
done
You will no longer be able to update or run other commands on an old
tree that hasn't been munged with the sed trick. Instead you'll run
into a fake lock that will hopefully lead you to this message.
e.g.
[mang@lovehaze linux-2.3]$ cvs up
cvs server: Updating .
cvs server: [19:44:53] waiting for dir_renamed_read_your_mail's lock in
/home/cvs/parisc/linux-2.3
I for one regard renaming directories in the repository to be a great
evil. So please try not to create any unnecessary top-level
directories. I'd be happy to help anyone create a branch instead of
having to go through renaming again :)
- Mike.
next reply other threads:[~2000-09-26 1:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-09-26 1:59 Michael Ang [this message]
2000-09-26 2:05 ` [parisc-linux] cvs renaming complete Alex deVries
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=39D002FB.242B2DD4@subcarrier.org \
--to=mang@subcarrier.org \
--cc=parisc-linux@thepuffingroup.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.