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

Re: 'svn incoming'

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 8 May 2012 16:59:40 +0200

On Tue, May 08, 2012 at 05:55:48PM +0300, anatoly techtonik wrote:
> The required functionality (without diffs) in svn is implemented as:
> svn log -r BASE:HEAD
>
> What I want is a usability fix - command that corresponds to the
> actual action user has in head:
> 1. "check if there are any incoming revisions"
> 2. "inspect incoming revisions"

For step 2, you can also use the --diff option with 'svn log'
(as of Subversion 1.7): svn log --diff -r BASE:HEAD
Received on 2012-05-08 17:00:16 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.