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 177781 - do not share 1 hook instance between commits
Summary: do not share 1 hook instance between commits
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 6.x
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-28 04:08 UTC by Tomas Stupka
Modified: 2010-01-06 00:44 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2009-11-28 04:08:44 UTC
there is only 1 commit hook instance for each vcs available via lookup. Unfortunately, there might be more commits running at the same time. A lookupable hok factory for each system should solve the problem
Comment 1 Tomas Stupka 2009-12-18 15:12:56 UTC
first shot
http://hg.netbeans.org/cdev/rev/7d0937bf9268

still have to get rid of the workaround
Comment 2 Tomas Stupka 2010-01-05 08:13:39 UTC
fixed
http://hg.netbeans.org/cdev/rev/6f2519e0cb42
Comment 3 Quality Engineering 2010-01-05 10:47:17 UTC
Integrated into 'main-golden', will be available in build *201001051209* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7d0937bf9268
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #177781 - do not share 1 hook instance between commits
Comment 4 Quality Engineering 2010-01-06 00:44:52 UTC
Integrated into 'main-golden', will be available in build *201001060200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/6f2519e0cb42
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #177781 - do not share 1 hook instance between commits