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


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

glibc CVS archive


For those who get the sources from the CVS archive:

  The machine was reorgnaized and therefore you have to update the
  paths.  Please don't check out the whole tree again.  This is not
  necessary.  Just use something like this:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
$ echo sourceware.cygnus.com:/cvs/glibc > root
$ find libc -name Root -exec cp -f root {} \;
$ find libc -name Repository -print | xargs sh foo

and here is the script foo:

root=`cat root` || exit; rep=${root#*:}

for f; do

case "$f" in
/*|./*|../*) echo >&2 "$0 wants relative path from top of checkout"; exit 1;;
esac

echo > $f $rep/${f%/CVS/Repository}

done
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  Roland McGrath came up with this and though I haven't tested it I trust
  in his abilities.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------

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