From owner-cvs-contrib Sun Jan 11 22:52:28 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA07165 for cvs-contrib-outgoing; Sun, 11 Jan 1998 22:52:28 -0800 (PST) (envelope-from owner-cvs-contrib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA07091; Sun, 11 Jan 1998 22:51:50 -0800 (PST) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id WAA07515; Sun, 11 Jan 1998 22:51:09 -0800 (PST) Date: Sun, 11 Jan 1998 22:51:09 -0800 (PST) Message-Id: <199801120651.WAA07515@freefall.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 Sender: owner-cvs-contrib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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