You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Vojáček Aleš <av...@fblgroup.cz> on 2009/08/23 13:30:17 UTC

Svn property change on whole repository

Hi all,
I checked out whole our repository, then changed properies (bugtraq) on all directories and then commit all changes.
The problem is that now is very very slow performance of getting log from our repository.
Log of revision in which I did change that repositories takes 12min.
Is there some chance to improve that performance or there is only one way out, revert that commit and change that properties separately on each dir ?
Thx a lot A.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: Svn property change on whole repository

Posted by Vojáček Aleš <av...@fblgroup.cz>.
Hi all,
the problem is because of check permision on each path when getting log from svn server using apache (https).
When I try to set SVNPathAuthz off in conf, the i got that log back in few sec it is realy different than 12 mins.
So we are going to make decision if we need to have different permisions on different paths in repository.
I hope that we can solve this problem.
Thx for your help.

A.

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2009b@ryandesign.com]
Sent: Sunday, August 23, 2009 9:52 PM
To: Vojáček Aleš
Cc: users@subversion.tigris.org
Subject: Re: Svn property change on whole repository


On Aug 23, 2009, at 08:30, Vojáček Aleš wrote:

> I checked out whole our repository, then changed properies
> (bugtraq) on all directories and then commit all changes.
> The problem is that now is very very slow performance of getting
> log from our repository.
> Log of revision in which I did change that repositories takes 12min.
> Is there some chance to improve that performance or there is only
> one way out, revert that commit and change that properties
> separately on each dir ?

It's known that revisions which affect many files/directories will
slow down the log.

Some suggestions are here:

http://stackoverflow.com/questions/841439/querying-for-svn-revision-
suddenly-seems-slow-since-svn-1-5-maybe

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: Svn property change on whole repository

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Aug 23, 2009, at 08:30, Vojáček Aleš wrote:

> I checked out whole our repository, then changed properies  
> (bugtraq) on all directories and then commit all changes.
> The problem is that now is very very slow performance of getting  
> log from our repository.
> Log of revision in which I did change that repositories takes 12min.
> Is there some chance to improve that performance or there is only  
> one way out, revert that commit and change that properties  
> separately on each dir ?

It's known that revisions which affect many files/directories will  
slow down the log.

Some suggestions are here:

http://stackoverflow.com/questions/841439/querying-for-svn-revision- 
suddenly-seems-slow-since-svn-1-5-maybe

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].