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 175631

Summary: Java Compile on Save doesn't include SVN updates
Product: java Reporter: fommil <fommil>
Component: EditorAssignee: issues@ide <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: vstejskal
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description fommil 2009-10-29 08:59:01 UTC
Create a J2SE (or any Java) project, connected to an SVN repository (or presumably any protocol type) and enable the "Compile On Save" feature.

If external edits have been made to any files and the user selects Subversion -> Update, the updated files will not be complied automatically.

Workaround: perform a "Clean and Build" after every repository update.
Comment 1 Peter Pis 2009-10-29 09:39:31 UTC
java guys: could you please evaluate? Thanks.
Comment 2 Jan Lahoda 2009-10-29 16:43:12 UTC
Since 6.8 beta, performing VCS update from inside NetBeans should force timestamp check on the affected directories, and
consequently recompile any changed files with dependencies. For completely external changes (e.g. running VCS update on
command line), you need to either do Clean&Build or Source/Scan for external changes.


*** This issue has been marked as a duplicate of 167098 ***