new repository should work

Ulrich Drepper drepper@cygnus.com
Thu Jul 30 12:33:00 GMT 1998


Hi,

The work is finished, at least for now.  The name of the server is

	glibc.cygnus.com

The path to the repository is

	/glibc/cvsfiles

The module name

	libc

To convert your current CVS directories you can use something like

find -name Root | while read file; do mv $file $file.old; sed 's|egcs.cygnus.com:/egcs/carton|glibc.cygnus.com:/glibc|' $file.old > $file; done

find -name Repository | while read file; do mv $file $file.old; sed 's|/egcs/carton|/glibc|' $file.old > $file; done


This leaves you with safety copies, just in case.

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



More information about the Libc-hacker mailing list