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 231203 - "Revert deleted" for local history in full remote mode does not work
Summary: "Revert deleted" for local history in full remote mode does not work
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-13 10:44 UTC by Vladimir Kvashin
Modified: 2013-07-27 02:19 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 Kvashin 2013-06-13 10:44:52 UTC
Now "History" editor tab works in full remote mode (see issue #229919).
However it does not support "Revert undeleted" (the menu item can be invoked on parent folder of deleted file in physical view).

The reason is incomplete SPI implementation in full remote.
Comment 1 Vladimir Kvashin 2013-07-03 09:35:03 UTC
The related issue is issue #232072 (although I'm not sure it's a duplicate)
Comment 2 Vladimir Kvashin 2013-07-25 10:25:40 UTC
Fixed in cnd-main:
http://hg.netbeans.org/cnd-main/rev/73b4453fff9d

(There still might be some issues with history in full remote due to the bug #232072 - FileAlreadyLockedException)
Comment 3 Quality Engineering 2013-07-26 02:48:57 UTC
Integrated into 'main-silver', will be available in build *201307252300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/73b4453fff9d
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #231203 - "Revert deleted" for local history in full remote mode does not work
Comment 4 Quality Engineering 2013-07-27 02:19:52 UTC
Integrated into 'main-silver', will be available in build *201307262300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e3161206046f
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: addfix for #231203 - "Revert deleted" for local history in full remote mode does not work