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 238331 - Netbeans ignores external changes to nbproject files
Summary: Netbeans ignores external changes to nbproject files
Status: RESOLVED DUPLICATE of bug 231673
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-13 18:13 UTC by AE56
Modified: 2013-12-16 05:26 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 AE56 2013-11-13 18:13:00 UTC
We keep nbproject/configurations.xml and nbproject/project.xml under source control.  If another developer pushes changes to the nbproject files but I pull while Netbeans is open, the IDE does not re-load the file.  This is EXTREMELY annoying because Netbeans will overwrite the more recently changed files when it saves them, undoing the other developer's changes.  

This should be transparent, since the configurations.xml file isn't meant to be read by developers and it's quite difficult to merge changes manually.  Even if I merge the changes manually, Netbeans will ignore the changes, unless I close Netbeans before doing a pull/update.

Conversely, Netbeans is very good about updating source files when they are updated through revision control, so developers assume it's safe to pull and update while the IDE is up.

We are doing C++ development with mercurial, but not sure that matters for this bug.
Comment 1 Vladimir Voskresensky 2013-12-16 05:26:00 UTC

*** This bug has been marked as a duplicate of bug 231673 ***