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 180659 - Commit is aborted after the "files over 10MB may cause memory and performance problems" message
Summary: Commit is aborted after the "files over 10MB may cause memory and performance...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-12 07:07 UTC by Petr Jiricka
Modified: 2010-02-16 21:52 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 Petr Jiricka 2010-02-12 07:07:42 UTC
1. I am committing files into mercurial repository, one of the files is slightly over 10 MB
2. Mercurial displays warning dialog saying that "files over 10MB may cause memory and performance problems", which contains just the "Ok" button.
3. After clicking Ok, commit is aborted - I would expect it should be completed, as this is just a warning message.

The following is displayed in the IDE console:

WARNING [org.netbeans.modules.mercurial]: output: [lib/GlassFish_v3/webservices-osgi.jar: files over 10MB may cause memory and performance problems, (use 'hg revert lib/GlassFish_v3/webservices-osgi.jar' to unadd the file)]
Comment 1 Ondrej Vrabec 2010-02-12 07:47:05 UTC
A hg command's warning message printed while adding a relatively big file. The warning is treated as an error and the whole commit fails.
Comment 2 Ondrej Vrabec 2010-02-12 08:23:36 UTC
fix: http://hg.netbeans.org/cdev/rev/2a4148786dd6
Comment 3 Quality Engineering 2010-02-16 21:52:09 UTC
Integrated into 'main-golden', will be available in build *201002170200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/2a4148786dd6
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #180659 - Commit is aborted after the "files over 10MB may cause memory and performance problems" message
do not treat the performance warning as error