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 - build directory is added to svn
Summary: build directory is added to svn
Status: RESOLVED DUPLICATE of bug 202840
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0
Hardware: PC Windows Vista
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-23 09:44 UTC by js-java
Modified: 2011-10-05 08:34 UTC (History)
1 user (show)

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 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 ***