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

Re: svn diff localpath ignores added files

From: David Glasser <glasser_at_davidglasser.net>
Date: 2007-12-10 19:33:08 CET

On Dec 6, 2007 11:40 AM, Stefan Küng <tortoisesvn@gmail.com> wrote:
> Hi,
>
> I don't know when this happened, but with a client built from trunk 'svn
> diff' does not include added files anymore in the resulting diff:
>
> cd wc
> svn revert -R .
> svn mv somefile somefile1
> svn diff > diff.txt
>
> the resulting diff contains only the removed file (an entry with "Index:
> ..." for 'somefile' with all lines removed, but no entry with "Index:
> ..." for 'somefile1' with all lines added.
>
> client build from r28185 of the svn trunk, but I haven't seen any
> changes to the diff part since then, so I assume it works the same with
> HEAD.

Is this a regression? It looks to me like both trunk and 1.4.x show
diffs of copied files against the copy base (not the empty file), and
show no output if the file is not changed.

--dave

-- 
David Glasser | glasser_at_davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 10 19:33:20 2007

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.