| Anonymous | Login | Signup for a new account | 2010-09-10 02:37 MSD |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | |||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0000365 | [SVNKit] bug | minor | always | 2010-03-19 22:00 | 2010-03-30 20:42 | |||||||
| Reporter | scottf | View Status | public | |||||||||
| Assigned To | oka | |||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | assigned | Product Version | 1.3.x | |||||||||
| Summary | 0000365: Checkout operations seem to be consistently almost twice as long as those in version 1.1.2 | |||||||||||
| Description |
Have upgraded from version 1.1.2 to 1.3.2 and the checkout call seems to be up to twice as long as the old version. When executing: public long checkout(SVNURL url, SVNRevision revision, File destPath, boolean isRecursive) throws SVNException { SVNUpdateClient updateClient = ourClientManager.getUpdateClient(); /* * sets externals not to be ignored during the checkout */ updateClient.setIgnoreExternals(false); return updateClient.doCheckout(url, destPath, revision, revision, isRecursive); However the following component is much faster so there has been tremendous progress there. Just cannot understand why the checkout takes so much longer than it used to. repositoryURL = SVNURL.parseURIEncoded(projectRepositoryRoot + "/" + pullFile); ourClientManager.getUpdateClient().doExport(repositoryURL, wcDir, SVNRevision.parse(pullVersion), SVNRevision.parse(pullVersion), "", true, false); |
|||||||||||
| Additional Information |
we are moving to Subversion Server version 1.6.9 but currently testing this against Subversion server version: 1.6.6 |
|||||||||||
| Tags | No tags attached. | |||||||||||
| planned for version | 1.2.x | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| Mantis 1.1.0[^] Copyright © 2000 - 2007 Mantis Group |