Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jan 1998 22:51:09 -0800 (PST)
From:      Julian Elischer <julian@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-contrib@FreeBSD.ORG
Subject:   cvs commit: src/contrib/cvs/src rcs.c update.c
Message-ID:  <199801120651.WAA07515@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      1998/01/11 22:51:09 PST

  Modified files:
    contrib/cvs/src      rcs.c update.c 
  Log:
  Allow a -D'date' option to be included with a -r'branch'
  on a checkout.
  this allows us to do:
  cd /usr/src/sys
  cvs update -rRELENGE_2_2 -D"Yesterday"
  which has been a feature sorely needed for any project with active branches.
  
  warning: this breaks on usr.sbin/pkg_install for some reason.
  everything else works as advertised.
  (other things allready break on pkg_install, so it's not the fault of
  this patch, it just falls faul of another bug somewhere)
  If I had more time I'd make -r always accept the same syntax as -j (tag:data)
  
  Revision  Changes    Path
  1.13      +3 -3      src/contrib/cvs/src/rcs.c
  1.2       +879 -595  src/contrib/cvs/src/update.c



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