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

Why doesn't svn merge short-circuit when left and right are identical revisions?

From: mike nicholaides <mike.nicholaides_at_gmail.com>
Date: 2006-06-13 21:27:45 CEST

Hey guys,
I'm making a little tool to make working with branches easier for
other developers on my team, and I noticed that when I do this:

svn merge -r113:113 file:///c:/repos/someProject/branches/myBranch
c:\www\working_copy

It takes a long time. I expect merges to take a while because the
project is about 1.3GB, but in this particular case, it seems like it
should be go really fast because the revision numbers of the LHS and
RHS are the same. Logically, there aren't going to be any differences
between the same revision.

What else is "svn merge" doing besides taking the difference between
the two revisions and applying those differences to my working copy?
If nothing, then maybe I can save some time by checking to make sure
the revisions differ before merging.

Thanks,
Mike

-- 
http://ablegray.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 13 21:29:47 2006

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.