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

svn diff localpath ignores added files

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2007-12-06 20:40:36 CET

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.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 6 20:40:53 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.