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

merge --dry-run URL1 URL2 <-> merge --dry-run URL2 URL1 ??

From: Gerdes, Christian (EXTERN: PLUSSY) <extern.christian.gerdes_at_volkswagen.de>
Date: 2005-11-03 19:08:18 CET

Hi out there,

i just found something that i cannot explain:
I tried the following:
svn merge --dry-run http://subversion-repos/tags/tag_01
http://subversion-repos/tags/tag_02
This gives some changes between these tags.
But if i try to switch the urls and do this
svn merge --dry-run http://subversion-repos/tags/tag_02
http://subversion-repos/tags/tag_01
i expected the same number of changes just in another direction (added
should be deleted and vice versa)

BUT in one case i got in one direction 36 changes and in the other 46
changes.
Anyone can hand me a light here?
What is the cause ot this strange behavior?
And why is it needed to be in the path of a working-copy in this case?

Thanks in advance for your tips.

And greetings to all subversion gurus here! SMILE

Christian Gerdes
cgg@arcor.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 3 19:11:19 2005

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.