This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: server update


>>>>> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]