t: Re: Problem with diff after merging
Doesn't 'svn diff' say something to the effect of "A file with
name was added"?
There is also:
% $svn h diff | grep add
--show-copies-as-adds [--sca] : don't diff copied or moved files with
their source
... but I think it
Doesn't 'svn diff' say something to the effect of "A file with
name was added"?
There is also:
% $svn h diff | grep add
--show-copies-as-adds [--sca] : don't diff copied or moved files with their
source
... but I think it's only in 1.7.
Jahn Otto Andersen wrote on Mon, Nov 15, 2010 at 10:2
I am using a code review tool called ReviewBoard to do code reviews. This
tool uses svn diff to report the changes between BASE and work area.
I'm having problems when working in a branch and then merging into trunk.
This problem seems to be caused by the diff generated by svn diff.
What I