Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Jan 2009 15:18:16 +0000 (UTC)
From:      Ulf Lilleengen <lulf@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/csup GNUmakefile Makefile TODO config.c detailer.c diff.c diff.h fattr.c fattr.h keyword.c keyword.h lex.rcs.c lister.c misc.c misc.h mux.c proto.c proto.h rcsfile.c rcsfile.h rcsparse.c rcsparse.h rcstokenizer.h rcstokenizer.l ...
Message-ID:  <200901051522.n05FMcCN017788@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
lulf        2009-01-05 15:18:16 UTC

  FreeBSD src repository

  Modified files:
    contrib/csup         GNUmakefile Makefile TODO config.c 
                         detailer.c diff.c diff.h fattr.c fattr.h 
                         keyword.c keyword.h lister.c misc.c 
                         misc.h mux.c proto.c proto.h status.c 
                         stream.c stream.h updater.c 
    usr.bin/csup         Makefile 
  Added files:
    contrib/csup         lex.rcs.c rcsfile.c rcsfile.h rcsparse.c 
                         rcsparse.h rcstokenizer.h rcstokenizer.l 
                         rsyncfile.c rsyncfile.h 
  Log:
  SVN rev 186781 on 2009-01-05 15:18:16Z by lulf
  
  Merge support for CVSMode (aka. mirror mode) into csup. This means csup can now
  fetch a complete CVS repository. Support for rsync update of regular files are
  also included, but are not yet enabled. The change should not have an impact on
  existing csup usage, as little of the existing code has changed.
  
  Revision  Changes     Path
  1.2       +6 -5       src/contrib/csup/GNUmakefile
  1.2       +6 -23      src/contrib/csup/Makefile
  1.2       +4 -8       src/contrib/csup/TODO
  1.2       +33 -15     src/contrib/csup/config.c
  1.2       +274 -10    src/contrib/csup/detailer.c
  1.2       +232 -8     src/contrib/csup/diff.c
  1.2       +4 -2       src/contrib/csup/diff.h
  1.2       +97 -62     src/contrib/csup/fattr.c
  1.2       +4 -1       src/contrib/csup/fattr.h
  1.2       +24 -1      src/contrib/csup/keyword.c
  1.2       +2 -1       src/contrib/csup/keyword.h
  1.1       +2094 -0    src/contrib/csup/lex.rcs.c (new)
  1.2       +133 -2     src/contrib/csup/lister.c
  1.2       +159 -17    src/contrib/csup/misc.c
  1.2       +26 -16     src/contrib/csup/misc.h
  1.3       +1 -0       src/contrib/csup/mux.c
  1.2       +65 -16     src/contrib/csup/proto.c
  1.2       +2 -1       src/contrib/csup/proto.h
  1.1       +1367 -0    src/contrib/csup/rcsfile.c (new)
  1.1       +73 -0      src/contrib/csup/rcsfile.h (new)
  1.1       +357 -0     src/contrib/csup/rcsparse.c (new)
  1.1       +41 -0      src/contrib/csup/rcsparse.h (new)
  1.1       +333 -0     src/contrib/csup/rcstokenizer.h (new)
  1.1       +73 -0      src/contrib/csup/rcstokenizer.l (new)
  1.1       +223 -0     src/contrib/csup/rsyncfile.c (new)
  1.1       +41 -0      src/contrib/csup/rsyncfile.h (new)
  1.2       +33 -1      src/contrib/csup/status.c
  1.2       +228 -5     src/contrib/csup/stream.c
  1.2       +14 -2      src/contrib/csup/stream.h
  1.2       +1120 -117  src/contrib/csup/updater.c
  1.4       +5 -1       src/usr.bin/csup/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901051522.n05FMcCN017788>