Re: svn diff - Is this behaviour expected?

2010-08-14 Thread Vincent Lefevre
On 2010-08-15 00:01:29 +0200, Vincent Lefevre wrote: > Conversely, when blah has been added, but not committed, > > svn diff -rBASE blah > > gives a diff instead of an error (indeed an error is expected because > b...@base doesn't exist, as this can been seen with "svn cat blah"). Also, "svn d

Re: svn diff - Is this behaviour expected?

2010-08-14 Thread Vincent Lefevre
On 2010-08-14 04:05:17 +0100, chr...@lavabit.com wrote: > Is this expected/desired? Should I create a new issue? (I couldn't > find anything similar.) > Is there a consistent (backwards & forwards compatible) syntax I can > use? I have the same problems at least on the cases without -r. This doe

Re: svn commit: r985514 - in /subversion/branches/performance/subversion: include/svn_io.h libsvn_subr/stream.c libsvn_subr/subst.c

2010-08-14 Thread Daniel Näslund
On Sat, Aug 14, 2010 at 03:46:13PM -, stef...@apache.org wrote: > Author: stefan2 > Date: Sat Aug 14 15:46:13 2010 > New Revision: 985514 > > URL: http://svn.apache.org/viewvc?rev=985514&view=rev > Log: > Extend the stream API by three functions: > svn_stream_move_mark() to move an existing ma

Re: svn log --show-diff behavior

2010-08-14 Thread Alexey Neyman
On Saturday, August 14, 2010 04:31:44 am Stefan Sperling wrote: > > Judging from the commit message, this option should mimic 'git log -p' > > behavior, but git does not dump the whole diff by default when -p is > > specified. It only diffs the requested path and produces a full diff only > > if --

svn diff - Is this behaviour expected?

2010-08-14 Thread chris0
Hello, I'm running 'svn diff ...' from my application. I want to make it work with filenames that contain '@'. However, I'm finding, what appear to be, inconsistencies in its behaviour. For testing I have a working copy with 2 files 'example.txt' & 'e...@mple.txt '. Both contain plain ASCII

Re: svn log --show-diff behavior

2010-08-14 Thread Stefan Sperling
On Fri, Aug 13, 2010 at 06:54:19PM -0700, Alexey Neyman wrote: > [Posting here as 'svn log --show-diff' is currently only available in trunk] > > Hi All, > > I am trying out 1.7.0 (yes, I know it's a bit early) and noticed that svn log > now supports --show-diff. It's very convenient, thanks. >