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 268521 - You can't see any progress while cloning the hg.netbeans.org/main-silver repo
Summary: You can't see any progress while cloning the hg.netbeans.org/main-silver repo
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-14 08:07 UTC by Christian Lenz
Modified: 2016-10-23 09:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Mercurial cloning in NetBeans problem (40.77 KB, image/gif)
2016-10-14 08:07 UTC, Christian Lenz
Details
Mercurial clone cmd (106.42 KB, image/gif)
2016-10-23 09:44 UTC, Christian Lenz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2016-10-14 08:07:54 UTC
Created attachment 162504 [details]
Mercurial cloning in NetBeans problem

If I clone the netbeans source from the hg url, I only see the endless progressbar in NetBeans, which is not an indicator, how long the cloning will take. Because you don't see any progress. I know the soure is big but after waiting 30min, I thought smth went wrong (No errorsr I know but no real progress either). So I stopped ( See the screen capture for what NetBeans does). And you don't have a real output in the Output window.

After this I tried "hg clone url" (See my second screen capture for this) and you see real progress. Doesn't matter whether it is correct or not, but you see counting objects, a increasing progressbar and a time how long COULD it take.

If you download, if you upload or if you install software, in 90% of the cases you  see an increasing progressbar how long could it take and it is finish on at 100%. Because they calculate the progress for the progressbar.

What I expect first is to have the same output for mercurial in NetBeans as for in the command line. So I can ignore the endless progressbar, if I have the original output of it. What would be best too, if to have the original output AND the progressbar which will be calculated. Of course NetBeans has such increasing progressbar, for opening projects.


Regards

Chris
Comment 1 Christian Lenz 2016-10-14 08:11:39 UTC
Sry I will add the second screen capture later. I don't have it atm.
Comment 2 Christian Lenz 2016-10-23 09:44:27 UTC
Created attachment 162600 [details]
Mercurial clone cmd

On the screen capture you see a endless loading bar, but a counting number, Later you see an increasing bar while calculating the objects.