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 76552 - Checkout takes very long and causes exceptions
Summary: Checkout takes very long and causes exceptions
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 5.x
Hardware: All Windows ME/2000
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 11:35 UTC by tboerkel
Modified: 2007-02-16 14:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (25.68 KB, text/plain)
2006-05-18 11:35 UTC, tboerkel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tboerkel 2006-05-18 11:35:22 UTC
I tried a checkout from within NetBeans 5.5 Beta.

Because NB queries the status of every file after the checkout, the whole
process takes very (extremely) long. The most of the time is taken from the
status query, not from the checkout itself. I am talking about 10 minutes on a
P4 (we have 2000 sources).

Also, the checked out sources all have status "Temp". They had this status, when
I had done the checkout with Tortoise, that's why I deleted them and did the
checkout with NB.

Using NB 5.5 Beta, Subversion 1.3.1, english locale.

Attaching messages.log.
Comment 1 tboerkel 2006-05-18 11:35:42 UTC
Created attachment 30491 [details]
messages.log
Comment 2 Peter Pis 2006-05-18 14:05:10 UTC
What kind of access method for connection to svn repository do you use?
Comment 3 tboerkel 2006-05-18 14:14:03 UTC
We are using http. And it is pretty fast with Tortoise.
Comment 4 Peter Pis 2006-05-18 14:33:21 UTC
If you invoke "Output" view (CTRL + 4) - "SVN Output" tab, there you can see
which task NB is being executed. After checking out sources, NB tries to
recognize projects inside them. So this process takes time too. 
Comment 5 tboerkel 2006-05-18 14:45:11 UTC
During this long time after checkout, there appeared nothing new in the output tab.

Also, 10 minutes is extremely long for 2000 sources.
Comment 6 tboerkel 2006-05-23 06:55:26 UTC
And what about the status "Temp"?
Comment 7 Max Sauer 2006-06-02 13:08:37 UTC
Compared to svn command line client, checkout of the same project takes about
four times longer than from inside IDE. I'm using https method for connection.

---------
Product Version         = NetBeans 5.5 Dev (Build 200606020200)
Operating System        = SunOS version 5.10 running on sparcv9
Java; VM; Vendor; Home  = 1.5.0_07; Java HotSpot(TM) 64-Bit Server VM
1.5.0_07-b03; Sun Microsystems Inc.; /usr/jdk1.5.0_07/jre
System Locale; Encoding = en (nb); ISO646-US
SVN client 1.3.1
Comment 8 Tomas Stupka 2006-06-30 15:43:03 UTC
works fast now

Comment 9 Peter Pis 2007-02-16 14:55:38 UTC
Another issue has been for long duration of the checkout. Verified.