This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 192902 - persistance doesn't work correctly in case of VCS
Summary: persistance doesn't work correctly in case of VCS
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-06 05:56 UTC by Vladimir Voskresensky
Modified: 2010-12-07 06:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2010-12-06 05:56:02 UTC
some VCS systems (i.e. ClearCase) assigns timestamps older than current system time which cause incorrect validation of repository.
We should not use "ts1" > "ts2" comparision, but "ts1"=="ts2"

(related issue #113146)
Comment 1 Vladimir Kvashin 2010-12-06 15:56:03 UTC
Related hg changeset
52842:54cd2d1309bb
Comment 2 Vladimir Voskresensky 2010-12-06 16:38:07 UTC
fixed
http://hg.netbeans.org/cnd-main?cmd=changeset;node=18e072268e84
Comment 3 Quality Engineering 2010-12-07 06:11:44 UTC
Integrated into 'main-golden', will be available in build *201012070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/18e072268e84
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #192902 -  persistance doesn't work correctly in case of VCS