cvs commit: projects/csup config.c config.h proto.c

Maxime Henrion mux at FreeBSD.org
Mon Mar 6 17:14:23 PST 2006


mux         2006-03-07 01:14:22 UTC

  FreeBSD projects repository

  Modified files:
    csup                 config.c config.h proto.c 
  Log:
  - Handle being sent NORS and RNORS commands from the server during
    collection exchange.  They are used by the server to send pathname
    patterns to the client indicating that we must not request rsync
    updates for files matching these patterns.  The resulting globtree
    is unused yet, because we only request rsync updates in CVS mode.
  - Whine if we're being sent an unknown command during collection
    exchange, now that we handle all commands.
  
  Revision  Changes    Path
  1.52      +3 -1      projects/csup/config.c
  1.37      +2 -1      projects/csup/config.h
  1.87      +18 -2     projects/csup/proto.c


More information about the cvs-projects mailing list