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

Re: took longer to delete files in repository

From: Hyrum K. Wright <hyrum_at_hyrumwright.org>
Date: Thu, 14 May 2009 07:20:13 -0500

Are any of the directories in repository very large?

For instance, if /srv/svn/root/ was the repository root, does ^/test
contain a large number of entries? What about ^/test/trunk?

Simply removing an item should be a very quick operation, but if
Subversion has to rewrite large directories, that could take a while.

-Hyrum

On May 14, 2009, at 3:02 AM, Jay Amorin wrote:

> The svn server is hosted on as vmware esxi server. The client is also
> the server itself. Now if I run:
>
> svn rm -m "blah" file:///srv/svn/root/test/trunk/test.xls
>
> I take about 1 minute to complete the svn rm process.
>
> Is there a way to tweak my reposiltory to make it run faster aside
> from adding resources.
>
> Thanks Ryan for your time.
>
>
> Jay
>
>
>
> On Thu, May 14, 2009 at 3:09 PM, Ryan Schmidt
> <subversion-2009b_at_ryandesign.com> wrote:
>>
>> On May 14, 2009, at 01:30, Jay Jesus Amorin wrote:
>>
>>> On Thu, May 14, 2009 at 2:29 PM, Jay Jesus Amorin wrote:
>>>
>>>> On Thu, May 14, 2009 at 2:11 PM, Ryan Schmidt wrote:
>>>>
>>>>> On May 14, 2009, at 00:54, Jay Jesus Amorin wrote:
>>>>>
>>>>>>> What repository access method?
>>>>>>
>>>>>> from cli using svn rm file:///srv/svn/root/dev
>>>>>
>>>>> Is that path on a local disk? a RAID? or a file server? SMB?
>>>>> maybe a NAS
>>>>> or
>>>>> a SAN?
>>>>
>>>> localdisk esxi
>>>
>>> I mean virtual localdisk and the server is esxi guest machine.
>>
>> Hm. Well I'm not familiar with esxi and I'm not sure what's meant by
>> "virtual localdisk".
>>
>> Are you saying that within your virtual machine you are running the
>> svn
>> client and connecting via file:/// protocol to a repository that is
>> also
>> inside the virtual machine? Or is a part of this setup outside of the
>> virtual machine?
>>
>> My standard advice is to use the latest version of Subversion, so
>> you may
>> want to try 1.6.2 which was just released. Of course you'll want
>> the latest
>> versions of all the dependencies too, e.g. apr, apr-util, etc.
>>
>>
>>
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2252541
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org
> ].

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2256257

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-14 14:22:46 CEST

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.