Bug 67627 - [PatchAttached] CVS 1.12.9 problem with date formats in log output
Summary: [PatchAttached] CVS 1.12.9 problem with date formats in log output
Status: RESOLVED DUPLICATE of bug 82483
Alias: None
Product: Platform
Classification: Eclipse Project
Component: CVS (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal with 18 votes (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Michael Valenta CLA Friend
QA Contact:
URL:
Whiteboard:
Keywords:
: 69102 73395 83519 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-17 09:55 EDT by patrick peck CLA Friend
Modified: 2005-01-26 14:07 EST (History)
9 users (show)

See Also:


Attachments
simple replace fix for the cvs 1.12.9 iso log format parsing problem (734 bytes, patch)
2005-01-17 11:31 EST, Steve Polyak CLA Friend
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description patrick peck CLA Friend 2004-06-17 09:55:07 EDT
using a cvs 1.12.9 server, the 'Show in Resource History' command shows 'Not
Available' in the 'Date' column.

this seems to have something to do with a new feature in cvs 1.12.9:

NEW FEATURES

* `cvs log' & `cvs ls' now output local times when both the server and client
  are 1.12.9 or greater.

see
https://ccvs.cvshome.org/source/browse/ccvs/NEWS?rev=1.251&content-type=text/x-cvsweb-markup
Comment 1 Jean-Michel Lemieux CLA Friend 2004-06-17 10:16:34 EDT
Thanks for the heads-up. Because of the radical changes in the 1.12.X feature
branch we can only ensure that our client is compatible with the stable 1.11.X
releases to now. We will try our best to keep up with 1.12.X but we are too late
to do anything for 3.0.
Comment 2 Robert Klemme CLA Friend 2004-06-21 09:25:22 EDT
Is there any way to see the raw output from "cvs log"?  I switched on CVS 
console logging but apparently there is nothing written for "Team -> Show in 
Resource History".  Thx!
Comment 3 Michael Valenta CLA Friend 2004-06-21 10:02:49 EDT
Follow the steps at ths URL:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-
home/docs/online/cvs_features2.0/cvs-faq.html#misc_0
Comment 4 Jean-Michel Lemieux CLA Friend 2004-07-05 11:01:08 EDT
*** Bug 69102 has been marked as a duplicate of this bug. ***
Comment 5 Michael Valenta CLA Friend 2004-09-10 10:13:59 EDT
*** Bug 73395 has been marked as a duplicate of this bug. ***
Comment 6 Colin Sampaleanu CLA Friend 2004-12-28 11:29:20 EST
Any chance this can be fixed? We're running CVS 1.12.xx with no other issues
otherwise. 1.12 is now the main CVS release, and I think it's reasonable that
Eclipse support it. Other tools like TortoiseCVS have no problem with the date.
The lack of a date display in the revision history is extremely annoying.
Comment 7 Michael Valenta CLA Friend 2004-12-29 02:38:14 EST
It is my understanding that 1.12 is not a production release and never will 
be. I believe that, for CVS, even numbered releases are feature releases and 
odd numbered releases are stable releases. Regardless, I would say that there 
is a fair to good chance that I will have an opportunity to investigate and 
fix this bug for 3.1. Personally, I don't use 1.12.x so the fact that I would 
have to install the latest 1.12 release to diagnose the problem and fix it is 
one of the complicating factors. Of course, if someone who uses 1.12.9 (or 
beyond) with Eclipse was to provide a patch, that would increase the chances 
of this being fixed in 3.1 greatly;-) 
Comment 8 Steve Polyak CLA Friend 2004-12-29 09:20:29 EST
the fix is pretty simple. we already patched our cvs team plugin here. i'll 
submit my patch for consideration.

Steve Polyak
Comment 9 Colin Sampaleanu CLA Friend 2004-12-29 09:33:53 EST
I can't find an official distinction betwee the stable (1.11) and feature (1.12)
branch of CVS, but in mailing list posts when people have asked which to use,
the feature version has certainly not been presented as a development only
release. It's just not supposed to be as stable as there are more than bug fixes
going in. Certainly they are recommending that people do use it for production
use, if they are willing to tolerate some potential instability...
Comment 10 Steve Polyak CLA Friend 2005-01-17 11:31:29 EST
Created attachment 17200 [details]
simple replace fix for the cvs 1.12.9 iso log format parsing problem

fixes the problem getting dates from the new cvs iso log format added in cvs
1.29.9
Comment 11 Michael Valenta CLA Friend 2005-01-17 11:47:41 EST
Thanks for the patch. I will have a look as soon as possible.
Comment 12 Rafal Krzewski CLA Friend 2005-01-18 04:30:22 EST
I tested the patch on my installation, and it fixes the problem. Thanks Steve!
Comment 13 Michael Valenta CLA Friend 2005-01-24 09:22:00 EST
*** Bug 83519 has been marked as a duplicate of this bug. ***
Comment 14 Michael Valenta CLA Friend 2005-01-26 13:58:01 EST
I like the patch in 82483 because it makes the existance of two formats more 
explicit

*** This bug has been marked as a duplicate of 82483 ***
Comment 15 Steve Polyak CLA Friend 2005-01-26 14:07:53 EST
+1 to 82483 patch