This is the mail archive of the libc-hacker@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]

new repository should work


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


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