> -----Original Message-----
> From: Bob Archer [mailto:bob.archer_at_amsi.com]
> Sent: Wednesday, July 22, 2009 1:21 PM
> To: Seak, T. F.; users_at_subversion.tigris.org
> Subject: RE: Re: SVN database is a lot bigger than PVCS database
>
> > I knew nothing of the migration as that's not my project (not my
job).
> > But now I've heard users telling that SVN is very slow (in LAN) that
I
> > think I need to find out the cause. IMO, one of the possible causes
is
> > the big database size.
>
> What is slow? Perhaps they are checking out to much of the project.
Are
> the creating a working copy of just the trunk path... there is no need
for
> them to check out all the tags and branches... just the ones they are
> working with.
>
> Also, on Windows a virus software that does on-access scanning can
really
> slow things down. They should exclude their dev folder tree from the
on-
> access virus scan.
Here's a related Windows tip: System Restore may be backing up files
from your WC for you. Maybe you like that, but if not, you can disable
it. In XP go here using RegEdit:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesN
otToBackup
Enter a value like this: "WC Dir" (REG_MULTI_SZ): C:\MyWC\*.* /s
Note that for Vista and Server 2008 there's a little more to do (see the
references for FilesNotToSnapshot).
References:
http://www.bleepingcomputer.com/forums/topic135.html
http://www.bleepingcomputer.com/tutorials/tutorial56.html
http://technet.microsoft.com/en-us/library/cc780819.aspx
http://msdn.microsoft.com/en-us/library/bb891959(VS.85).aspx
http://msdn.microsoft.com/en-us/library/aa819132(VS.85).aspx
--Todd
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2374552
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-22 21:47:44 CEST