|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Ok, both the client and server are CVS 1.11.22.
$ cvs rlog -S -d"27 Mar 2013 07:43:44 -0700<27 Mar 2013 07:44:58 -0700" finesse/testcvs
cvs rlog: Logging finesse/testcvs
cvs rlog: Logging finesse/testcvs/src
cvs rlog: Logging finesse/testcvs/src/main
cvs rlog: Logging finesse/testcvs/src/main/scripts
RCS file: /mnt/cvs/finesse/testcvs/src/main/scripts/testfile,v
head: 1.2
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 2; selected revisions: 1
description:
----------------------------
revision 1.2
date: 2013/03/27 14:44:48; author: icruz; state: Exp; lines: +6 -4
Test: modify file
=============================================================================
$ cvs update -C -d -P -D "27 Mar 2013 07:44:58 -0700"
cvs update: Updating .
cvs update: Updating src
cvs update: Updating src/main
cvs update: Updating src/main/scripts
U src/main/scripts/testfile
(and it updates the file to revision 1.2)
So both work correctly here... note that I have removed the "-r HEAD" option as this option together with -D was not working, it was removing all files saying that they were "no longer in repository"