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

Re: OpenOffice.org has migrated to subversion

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 4 Feb 2009 08:30:46 -0500

On Wed, Feb 4, 2009 at 7:40 AM, Martin Hollmichel
<Martin.Hollmichel_at_sun.com> wrote:
> Olivier Sannier wrote:
>> Have you run svn-populate-node-origins-index on the repository?
>> I think it would greatly help with such speed issues.
> hmm, since the repository has been created with 1.5 and has not migrated
> from an older server version I wouldn't expect that this helps,

Right. If you created and loaded your repository using 1.5 binaries
you would not need this. It also does not impact diff which you said
was taking a long time.

Can you give examples of commands you are running and the time?
Diffing two URL's can be slow on any repos. But if you are in a
branch and you run something like:

svn merge ^/trunk

To synch up on all changes, I'd think this would not take hours, even
on a large repository like yours.

svn merge --reintegrate can be greatly sped up by running svn update
first. If the WC is at a uniform revision it can use some algorithms
that are significantly faster.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1102269
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-04 14:31:43 CET

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.