jenkinsci / jenkinsci/subversion-plugin
[JENKINS-2001] SVN check out slow performance issue - REGRESSION 1.419 to 1.421
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
The Subversion checkout in Hudson's continuous build is slow. Despite setting
the checkout to run against a memory based Solaris file system, the checkout is
still acting as slowly as to a regular filesystem. For example, the Subversion
checkout for a memory based Solaris file system took just 1 minutes and 30
seconds against 7 minutes and 9 seconds for Hudson's continuous build checkout
into a memory based Solaris file system (more than 4.5 times slower). Another
example, the Subversion checkout from NetBeans IDE took only 3 minutes and it
was done into harddisk file system which faster for 2 times comparing with
Hudson checkout into a memory based Solaris file system.
---
Originally reported by ssburlg, imported from: SVN check out slow performance issue - REGRESSION 1.419 to 1.421
Raw content of original issue
The Subversion checkout in Hudson's continuous build is slow. Despite setting
the checkout to run against a memory based Solaris file system, the checkout is
still acting as slowly as to a regular filesystem. For example, the Subversion
checkout for a memory based Solaris file system took just 1 minutes and 30
seconds against 7 minutes and 9 seconds for Hudson's continuous build checkout
into a memory based Solaris file system (more than 4.5 times slower). Another
example, the Subversion checkout from NetBeans IDE took only 3 minutes and it
was done into harddisk file system which faster for 2 times comparing with
Hudson checkout into a memory based Solaris file system.
- environment:
Platform: Sun, OS: Solaris
1 attachment
- [jenkins-svn-error.txt](https://raw.githubusercontent.com/jenkinsci/attachments-from-jira-issues-misc/refs/heads/main/attachments/20666/jenkins-svn-error.txt)
Contributor guide
Assessment
This issue has not been assessed yet.