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 136856 - Hg Clone is Very Slow
Summary: Hg Clone is Very Slow
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-09 20:33 UTC by dyegoleal
Modified: 2008-06-20 14:18 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 dyegoleal 2008-06-09 20:33:11 UTC
I'm using mercurial on since NetBeans 6.0, but the CLONE of my Enterprise Project with 10k of files (to add a new
features) , but on CALL CLONE... but... is too slow...

Exists reference with this bug and issue #136307 or issue #136308 ?

Tnks !
Comment 1 Tomas Stupka 2008-06-19 11:54:55 UTC
hi 

the time needed to clone a repository isn't given only by the size of your project files but also on he size of the whole repository. A big repository with a 
long history etc. will take longer to clone. Note that if you call clone for a project which is just a part from a bigger repository then also the whole repo 
will be cloned. This is how mercurial works.  

it would be good to know how long does it take to run clone from the comandline compared to the time needed when invoked from the IDE? 

what netbeans build do you use - 6.1 or a dev build? 


 
Comment 2 dyegoleal 2008-06-20 13:12:29 UTC
6.1 Build Patch 1

Other problem is the configuration files...

I'm cloning a Enterprise Project with a considerous size... (70+mb)

The close is very slow... and on finished... the configurations have informations linking to the old trunk...

the ejb project is not linked with the new cloned ejb project... is linked with the OLD ejb project...

etc...etc..
Comment 3 Tomas Stupka 2008-06-20 14:18:52 UTC
> I'm cloning a Enterprise Project with a considerous size... (70+mb)
well this will also take a considerable amount of time. feel free to reopen if a clone from the commandline should be significantly faster

> Other problem is the configuration files...
> the ejb project is not linked with the new cloned ejb project... is linked with the OLD ejb project...
this is a different problem and it also should be tracked in a different issue - in the future please follow the guidelines for reporting bugs - http://qa.netbeans.org/bugzilla/reportbug.html
however, i  wasn't able to reproduce this one with build 080616. Feel free to file a new issue if you should get the error with an actual uild.

thanks