* [parisc-linux] cvs renaming complete
@ 2000-09-26 1:59 Michael Ang
2000-09-26 2:05 ` Alex deVries
0 siblings, 1 reply; 2+ messages in thread
From: Michael Ang @ 2000-09-26 1:59 UTC (permalink / raw)
To: parisc-linux
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [parisc-linux] cvs renaming complete
2000-09-26 1:59 [parisc-linux] cvs renaming complete Michael Ang
@ 2000-09-26 2:05 ` Alex deVries
0 siblings, 0 replies; 2+ messages in thread
From: Alex deVries @ 2000-09-26 2:05 UTC (permalink / raw)
To: Michael Ang; +Cc: parisc-linux
I've fixed the nightly runs so the cvs-over-ftp system should tonight
deliver
the correct files.
- Alex
--
Alex deVries, Director of Professional Services, The Puffins at
Linuxcare
613.562.2759 tel
alex@linuxcare.com, http://www.linuxcare.com/
Linuxcare, Support for the revolution.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-09-26 2:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-09-26 1:59 [parisc-linux] cvs renaming complete Michael Ang
2000-09-26 2:05 ` Alex deVries
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.