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 58449 - GUI editor of context.xml does not reflect VCS operations.
Summary: GUI editor of context.xml does not reflect VCS operations.
Status: CLOSED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 15:30 UTC by Jiri Kovalsky
Modified: 2006-03-24 12:48 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 Jiri Kovalsky 2005-04-29 15:30:34 UTC
Pre-RC2 build #200504281405 of NetBeans 4.1
JDS 3 Linux, JDK 1.5.0_03 build #07

Description:
============
VCS operations that change context.xml file physically on disk are not
propagated to its GUI editor. User has to close it and reopen to see current
version of the file.

Steps to reproduce:
===================
1. Register CVS working directory in "Versioning|Versioning Manager".
2. Create new sample web application project in that directory.
3. Use "Files" view to "CVS|Add" whole project recursively to repository.
4. "Open" context.xml node.
5. Modify "Context Path" in context.xml and "CVS|Commit" it to create version 1.2 
6. Hold CTRL and invoke "CVS|Update..." on the file.
7. Setup "Revision or Tag" to "1.1" and push "OK".
8. The GUI is not updated and you have to close and reopen it.
Comment 1 Sherold Dev 2005-05-02 10:00:35 UTC
TM -> 4.2.
Comment 2 Sherold Dev 2005-09-18 10:20:47 UTC
-> WONTFIX, since the context.xml gui editor has been removed
Comment 3 Jiri Kovalsky 2006-03-24 09:45:17 UTC
Okay, verified as won't fix.