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 254797 - Open versioning output in individual tabs if multiple working copies are updated
Summary: Open versioning output in individual tabs if multiple working copies are updated
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks: 254877 254878
  Show dependency tree
 
Reported: 2015-08-28 06:21 UTC by SebastianZ
Modified: 2015-09-16 05:35 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 SebastianZ 2015-08-28 06:21:49 UTC
When synchronizing several projects at once by selecting them, right-clicking them and choosing Subversion > Update > Update to HEAD, you get a cumulated list of updated files titled with 'SVN Update <URL of one repository> - <number of updated projects> Projects (<time>)'.
This can be confusing and misleading, because you don't see which files belong to which project and the title suggests that everything belongs to one repository.

Instead the outputs should be opened in an individual tab for each project like when you update the projects one at a time.

Sebastian
Comment 1 Ondrej Vrabec 2015-08-28 19:35:22 UTC
fix: http://hg.netbeans.org/core-main/rev/bf5425f8a7ba
Comment 2 Quality Engineering 2015-08-30 01:37:32 UTC
Integrated into 'main-silver', will be available in build *201508300002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bf5425f8a7ba
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #254797 - Open versioning output in individual tabs if multiple working copies are updated
Split multi-update across different repositories into separate processes.
That allows us to display the result separately for each repository to avoid
any confusion.
Comment 3 SebastianZ 2015-08-30 10:23:28 UTC
Thank you for the very quick fix! When is this change expected to be in a release, so I can try it out?

Sebastian
Comment 4 Ondrej Vrabec 2015-08-30 11:45:51 UTC
You can try it in the dev build that's linked from the 2nd comment. Otherwise it will be part of 8.1 release: https://netbeans.org/community/releases/roadmap.html
Comment 5 SebastianZ 2015-08-31 11:26:09 UTC
(In reply to Ondrej Vrabec from comment #4)
> You can try it in the dev build that's linked from the 2nd comment.
> Otherwise it will be part of 8.1 release:
> https://netbeans.org/community/releases/roadmap.html

Thanks! Obviously I missed that link earlier. I installed the nightly build from today (2015-08-31) and can confirm that two tabs are now opened. Thank you!

Note that I still see two issues:
1. The titles of the tabs still include '<x> Projects' instead of the individual project name.
2. When updating different projects with the same repository URL, the output still gets merged into one list.

I assume both can be fixed by one change. Should I create a separate bug report for that or should I reopen this one?

Sebastian
Comment 6 Ondrej Vrabec 2015-08-31 12:04:52 UTC
Please file as separate issues.