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

Re: Trouble with using on local file server

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-12-30 20:19:38 CET

Nuzur wrote:
>
>
>> First: don't do this! Don't access a repository via file:/// on a
>> network share. Install a proper svn server and access it that way instead.
>>
>> The difference in speed you're seing is most likely due to some virus
>> scanner locking the repository files (which can get big) on every access
>> attempt. Configure your virus scanner to ignore your working copy and
>> the repository.
>>
> I afraid I can not use svn server, in any way.
> Ye first my think was that it firewall or antivirus. When i turn off nothing
> happen.
> And it's not like scan or something... I wait about 10 minutes for get one
> file in 3kb.
> Question still active!

Get the ProcessMonitor:
http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
then set the filter to your repository, and monitor only file accesses.
You will see which process accesses those files, and I'm almost sure
it's your antivirus...

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sun Dec 30 20:20:03 2007

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

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