server update
Andreas Jaeger
aj@suse.de
Sat Oct 9 09:50:00 GMT 1999
>>>>> Ulrich Drepper writes:
> sourceware.cygnus.com is now on a new, bigger, faster machine. This
> is what the downtime was about.
> At the same time Jason made the directory structure a bit more
> rational. This requires you to change the CVS/Root and CVS/Repository
> files. I had to do this:
> find -name Root | while read f; do mv $f $f.old; sed -e 's/:glibc/:sourceware/' -e 's|glibc/cvsfiles|cvs/glibc|' < $f.old > $f; done
> find -name Repository | while read f; do mv $f $f.old; sed 's|glibc/cvsfiles|cvs/glibc|' < $f.old > $f; done
> Your lines might be a bit different depending on the hostname you
> used. Please avoid checking out everything again.
> The old machine will sometime soon be transformed into
> anoncvs.cygnus.com. I.e., it will mirror the content of sourceware
> but is mean only for the anoncvs checkouts. The time difference will
> be insignificant but it will help the developers in the checkin
> process since the locks created by all the anonymous checkouts are not
> there anymore.
Could you please explain how Root and Repository should look now? If
I use the anoncvs access, I should probably switch to anoncvs,
shouldn't I?
I currently have which might already be the correct setup:
$ cat CVS/Root
:pserver:anoncvs@anoncvs.cygnus.com:/cvs/glibc
$ cat CVS/Repository
/cvs/glibc/libc
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.rhein-neckar.de
More information about the Libc-hacker
mailing list