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

[Subclipse-users] MergeClient: getting all revisions of trunk when want to merge somehing of trunk to a branch

From: jcompagner <jcompagner_at_gmail.com>
Date: Tue, 17 Nov 2009 16:34:03 +0100

Hi,

Last week we created a branch
which is just a copy of the trunk folder (so all eclipse projects that are
in /trunk are copied to /branches/Xxxx)

In eclipse i checked out the branch folder so /branches/Xxxx and then
created from the subfolders eclipse projects so that synchronize/updates are
way faster (1 update command against 15+)

then i made some commits on trunk again over multiply projects and commited
those.

Now i go back to the branch and i say to that eclipse project merge with
/trunk

Now getting the revisions takes ages.. :(
And when it comes back i see that it got all the revisions from 1 to 26020

The first question is why is that?
That looks like an error to me because revision 1 -> 26000 (so excluding the
last 20) is not what we want to merge because that is what the branch
already is (its created at 26000)
So it should only get revisions from the revision the branch is created of
until now.

the second thing is even if it want to get that many shouldnt we make the
merge client so that it only at first gets the top 20 (like history view)
and only when a user presses get next it gets 20 more?
Then that getting revisions is way faster then it is now.

johan

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2418979

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-11-17 16:34:35 CET

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

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