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

svn diff, depth not working

From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Mon, 18 Nov 2013 20:05:10 +0100

Hi,

Running
$ svn diff folder --depth=empty
still produces the diff for all added children as well, even though the
depth was set to empty.

$ mkdir folder
$ echo test > folder/file
$ svn add folder
$ svn diff folder --depth=empty > patch.diff

now the file patch.diff also contains the diff for folder/file.

This with the latest build from the 1.8.x branch.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest interface to (Sub)version control
    /_/   \_\     http://tortoisesvn.net
Received on 2013-11-18 20:05:27 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.