>>>> "Michael" == Michael Harnois
<mharnois(a)cpinternet.com> writes:
Michael> Did it get changed again?
Yes. We're trying to match things up to the old
cvs.xemacs.org
structure, and the directories got moved inside the Repository.
Sorry....
# cd to the top directory of your workspace and
$ for r in `find . -name Repository`; do \
cat $r | sed -e 's,^xemacs,XEmacs/xemacs,' > $r.new; \
mv $r.new $r; \
done
should work. New checkouts should be OK, as we have the modules file
set up correctly (I believe, I haven't tried it yet).
--
Institute of Policy and Planning Sciences
http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Don't ask how you can "do" free software business;
ask what your business can "do for" free software.