From: Chris Hanson Date: Mon, 16 Dec 1996 04:57:32 +0000 (+0000) Subject: Preserve time stamp of file when reverting to previous revision. X-Git-Tag: 20090517-FFI~5297 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=aabe18fb127de4da23fc8088e96cced0bb7fdb6b;p=mit-scheme.git Preserve time stamp of file when reverting to previous revision. --- diff --git a/v7/src/edwin/vc.scm b/v7/src/edwin/vc.scm index 3da4cac06..0549fec92 100644 --- a/v7/src/edwin/vc.scm +++ b/v7/src/edwin/vc.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: vc.scm,v 1.24 1996/05/14 01:51:42 cph Exp $ +;;; $Id: vc.scm,v 1.25 1996/12/16 04:57:32 cph Exp $ ;;; ;;; Copyright (c) 1994-96 Massachusetts Institute of Technology ;;; @@ -1101,6 +1101,7 @@ the value of vc-log-mode-hook." (vc-run-command master 0 "co" "-f" (rcs-rev-switch "-u" revision) + (rcs-mtime-switch master) (vc-workfile-pathname master)))))) (define-vc-type-operation 'CHECKIN vc-type:rcs