Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
None
Description
When creating a job using a cvs branch, and cvs plugin does the checkout and rlog, but finds nothing. Using the same parameters from the commandline, using linux cvs client, it does see the changes.
From the log:
cvs rlog -S -d07 Aug 2012 17:47:11 +0300<07 Aug 2012 18:12:20 +0300 base-iso
cvs rlog: Logging base-iso
cvs rlog: Logging base-iso/.disk
cvs rlog: Logging base-iso/boot
but from the commandline:
cvs rlog -S -d"07 Aug 2012 17:47:11 +0300<07 Aug 2012 18:12:20 +0300" base-iso
cvs rlog: Logging base-iso
RCS file: /opt/cvsroot/base-iso/create_iso.sh,v
head: 1.6
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 6; selected revisions: 1
description:
----------------------------
revision 1.6
date: 2012/08/07 14:47:55; author: urim; state: Exp; lines: +1 -1
Changelog
=============================================================================
cvs rlog: Logging base-iso/.disk
cvs rlog: Logging base-iso/boot
cvs rlog: Logging base-iso/boot/grub
After downgrading to CVS plugin 1.6, the changes list is working, so it seems to be a problem with the cvs library.
Michael: My module is on a TAG. The project polls hourly for changes on a tag named RTB_13_4. I can probably provide a config or log if needed. I also looked at the code a little, but wasn't sure where to start.