svn merge != svn diff | patch
From: Michael J Gruber <michaeljgruber+gmane_at_fastmail.fm>
Date: 2007-08-03 17:47:37 CEST
Hi there,
I seem to misunderstand "svn merge". As per the SVN handbook, svn merge
Say, I have two files f and g, with the following info:
> svn cat g
> svn cat f
> svn cat -r1 f
The diff is obvious:
> svn diff -r1:HEAD f
So is applying the diff to file "g":
> svn diff -r1:HEAD f |patch g
Yet, merging with svn is very different:
That is: svn merge produces conflicts instead of the obvious merge;
Am I misreading the documentation?
Michael
---------------------------------------------------------------------
|
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.