[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: checkout performance

From: Jose Thomas <josoottan_at_gmail.com>
Date: 2005-12-20 12:14:59 CET

>
> To make you feel better: I serve Subversion on a super fast Linux Enterprise
> server with 4 Xeon processors, tons of disk space, and tons of RAM. All the
> users' desktop clients are Pentium4 @3-4GHZ with WinXP + 512MB to 1GB of
> RAM. And a complete fresh check out still takes 20-25 minutes for a 250MB
> project! Sometimes my patience just runs out. Not to mention it's
> extremely CPU intensive and takes my PC hostage. I literally cannot do
> anything until SVN is done checking out. NOW, consider yourself lucky :)
>

I think you may need to check the services running on your windows
machine. Virus scanners & indexing services are known to slow down the
checkout time. Check the I/O writes in your Task Manager. Remember,
for each file in the repository, svn client needs to create 2+ files
on the local disk.
Anyway checkout is a one time operation, u can schedule it when u go
home in the evening, :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 20 12:30:50 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.