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 199288 - Strange output
Summary: Strange output
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-08 20:06 UTC by umpirsky
Modified: 2011-06-11 15:16 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 umpirsky 2011-06-08 20:06:47 UTC
Part of output when I'm doing svn commit:

Transmitting file data ...
Committed revision 23115.
Committed revision 23115.
Revision: 23115

looks like some data are duoplicated, and I got revision 3 times.
Comment 1 Ondrej Vrabec 2011-06-09 08:32:19 UTC
fix: http://hg.netbeans.org/core-main/rev/b81e77b2aed0
Comment 2 Ondrej Vrabec 2011-06-09 08:35:39 UTC
7.0.1 fix: http://hg.netbeans.org/releases/rev/6da98999b202
Comment 3 umpirsky 2011-06-09 09:03:29 UTC
(In reply to comment #2)
> 7.0.1 fix: http://hg.netbeans.org/releases/rev/6da98999b202

I'm not sure that's the right place to fix the bug, but thanks anyway :)
Comment 4 Ondrej Vrabec 2011-06-09 09:07:32 UTC
(In reply to comment #3)
> I'm not sure that's the right place to fix the bug, but thanks anyway :)
Indeed, but since svnkit and svnclientadapter are external 3rd party libraries, we can only fix this with a work-around on our side. If you want you can provide a patch to the libs owners.
Comment 5 Quality Engineering 2011-06-11 04:20:15 UTC
Integrated into 'releases'
Changeset: http://hg.netbeans.org/releases/rev/6da98999b202
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #199288 - Strange output
svnkit sends the same message as svnclientadapter, so eventually it was printed twice
Comment 6 Quality Engineering 2011-06-11 15:16:38 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/b81e77b2aed0
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #199288 - Strange output
svnkit sends the same message as svnclientadapter, so eventually it was printed twice