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 198033

Summary: build directory is added to svn
Product: versioncontrol Reporter: js-java
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED DUPLICATE    
Severity: normal CC: js-java
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description js-java 2011-04-23 09:44:46 UTC
When starting an applet by "run file" the HTML file is copied to build diretory and added to svn. So during next commit build directory including the HTML file is committed. Staring "clean and build" will, of course, remove the build directory. So SVN is getting into touble.

Why is build directory added at all? 

Adding build directory to SVN ignore list also fails: When starting the applet Netbeans reports an error telling me that svn can't move (!) the HTML file to the build directory, so starting fails.
Comment 1 Ondrej Vrabec 2011-09-09 11:34:32 UTC
fix: http://hg.netbeans.org/core-main/rev/39ac99a895ac
Comment 2 Quality Engineering 2011-09-10 14:26:09 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/39ac99a895ac
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #198033 - build directory is added to svn
Comment 3 Ondrej Vrabec 2011-10-05 08:34:12 UTC

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