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

'svn diff --git' doesn't diff svn:mergeinfo

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 10 Nov 2010 03:10:10 +0200

% cd src/svn/16x/
### --record-only should suffice
% $svn merge -q -c r964349 --accept=postpone ../trunk/
% $svn ps -q k v ./
% $svn di --git --depth empty
Index: .
===================================================================
diff --git a/subversion/branches/1.6.x b/subversion/branches/1.6.x
--- a/subversion/branches/1.6.x (revision 1033278)
+++ b/subversion/branches/1.6.x (working copy)

Property changes on: subversion/branches/1.6.x
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /subversion/trunk:r964349
Added: k
## -0,0 +1 ##
+v
%

Shouldn't the propdiff of svn:mergeinfo be presented in the parseable
/^##/ form? (in addition to being displayed in the human-readable form)

The reason for this is so, if someone wants to apply the patch I just
posted for me, they don't have to run 'svn merge --record-only' manually,
but can have the svn:mergeinfo automagically set by 'svn patch' :-)
Received on 2010-11-10 02:13:09 CET

This is an archived mail posted to the Subversion Dev mailing list.

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