svn log --diff --depth=empty

2011-05-08 Thread Joel N. Weber II
The --diff option expected to be added to svn log in svn 1.7 looks useful. Would it be possible for svn log --diff to accept the same --depth argument that svn diff does? An svn client I built from trunk last week does not recognize --depth in conjuction with svn log --diff

network data compression level by client IP

2011-05-08 Thread Joel N. Weber II
http://subversion.apache.org/docs/release-notes/1.7 discusses how to adjust the network data compression level as a global setting. Is there a mechanism by which compression can be turned off for clients whose IP address implies they are on the same LAN as the server, but turned on for clients on

Re: svn log --diff --depth=empty

2011-05-08 Thread Stefan Sperling
On Sun, May 08, 2011 at 06:11:30PM -0400, Joel N. Weber II wrote: > The --diff option expected to be added to svn log in svn 1.7 looks > useful. > > Would it be possible for svn log --diff to accept the same --depth > argument that svn diff does? An svn client I built from trunk last > week does