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 207126 - need SPI to get a files VCS history
Summary: need SPI to get a files VCS history
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 201708
  Show dependency tree
 
Reported: 2012-01-10 14:22 UTC by Tomas Stupka
Modified: 2012-02-02 15:48 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2012-01-10 14:22:10 UTC

    
Comment 1 Tomas Stupka 2012-01-16 13:34:19 UTC
list vcs history together with local history in the editor tab - see also issue #201708 and ui spec http://wiki.netbeans.org/EditorHistoryTabUI

implementation of proposed changes see core-main, branch vcs_history_spi_207126

- added type VCSHistoryProvider to versioning/src/o.n.m.versioning.spi and versioning.core/src/o.n.m.versioning.core.spi

- VCSHistoryProvider tests - test versioning/test/unit/src/o/n/m/versioning/spi/VCSHistoryTest.java and versioning.core/test/unit/src/o/n/m/versioning/core/spi/VCSHistoryTest.java

- change described in versioning/apichanges.xml

- the history tab implementation was moved to versioning.ui (uninstalling local history shouldn't disable the vcs history)
Comment 2 Tomas Stupka 2012-01-24 18:26:49 UTC
ready to integrate in case no objections are raised
Comment 3 Tomas Stupka 2012-02-02 15:45:54 UTC
merged in core-main #692b804bcd06