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

mergeinfo vs. merge.

From: Mike Meyer <mmeyer_at_lexmark.com>
Date: Mon, 13 Apr 2009 11:12:38 -0400

I'm cuious if there's a difference - or can be - between what merginfo
reports and merge does. We've got a 1.5.2 repo, and are running into the
bug related to resurrecting dead source branches. But trying to do a merge
of that code - which doesn't actually do the merge - takes two orders of
magnitude longer than just asking for the mergeinfo data:

corolla% time svn mergeinfo --show-revs eligible https://svn/stuff.....
r269585
svn mergeinfo --show-revs eligible 0.12s user 0.01s system 20% cpu 0.632
total
corolla% time svn merge https://svn/stuff
svn: Target path does not exist
svn merge https://svn/stuff 44.96s user 2.85s system 73% cpu 1:05.14
total

If merge can find different things to merge - what are the? If merge
should never find things not reported by mergeinfo, then it would seem
that there's a performance issue to be dealt with.

        Thanx,
        <mike

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-13 17:15:43 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.