This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: newlib.git: cvs-to-git mirror imminent


Jim Meyering wrote:
> I'm about to set up a read-only git mirror of sourceware.org's cvs
> newlib repository.  When it's on-line, you should see it in this list:
>
>     http://sourceware.org/git/
>
> and be able to clone it via this:
>
>     git clone git://sourceware.org/git/newlib.git
>
> The git repository will be sync'd from CVS every hour or so.

It's done.
Note that since there $Id$ lines in some files, you'll
see differences like these when comparing git to CVS:

    - * $Id$
    + * $Id: syslimits.h,v 1.2 2003/01/16 22:37:54 jjohnstn Exp $

I'd suggest to remove those lines from the sources.

Here's a complete list of the affected files:

    $ diff -u -r -x.git -xCVS newlib newlib-cvs|diffstat
     include/machine/_default_types.h        |    2 +-
     include/machine/_types.h                |    2 +-
     include/pthread.h                       |    2 +-
     include/sched.h                         |    2 +-
     include/sys/features.h                  |    2 +-
     include/sys/sched.h                     |    2 +-
     machine/hppa/strncpy.S                  |    2 +-
     machine/powerpc/vfprintf.c              |    2 +-
     string/strsignal.c                      |    2 +-
     sys/linux/cmath/math_private.h          |    2 +-
     sys/linux/include/net/if_tap.h          |    2 +-
     sys/linux/include/net/if_tapvar.h       |    2 +-
     sys/linux/machine/i386/include/endian.h |    2 +-
     sys/linux/malloc.c                      |    2 +-
     sys/linux/net/inet_ntop.c               |    2 +-
     sys/linux/thread-m.h                    |    2 +-
     sys/rtems/include/limits.h              |    2 +-
     sys/rtems/machine/_types.h              |    2 +-
     sys/rtems/machine/limits.h              |    2 +-
     sys/rtems/machine/param.h               |    2 +-
     sys/rtems/sys/param.h                   |    2 +-
     sys/rtems/sys/syslimits.h               |    2 +-
     sys/rtems/sys/utime.h                   |    2 +-
     23 files changed, 23 insertions(+), 23 deletions(-)

I'll hook up the hourly cron job later today or tomorrow.


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