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

Re: how do I post a feature request? (svn status -r 400:401)

From: Andy Levy <andy.levy_at_gmail.com>
Date: Wed, 17 Feb 2010 06:46:15 -0500

On Wed, Feb 17, 2010 at 04:39, mlg 3 <m_l_g3_at_yahoo.com> wrote:
> I want to obtain a list of files that have changed between two versions.
>
> If it was a working copy, I could use
> svn status
> and
> svn diff
>
> With two versions in the repository, I can still use
> svn diff -r 400:401
> but cannot use
> svn status -r 400:401
>
> And: it would be valuable to have a switch for file-names-only:
> svn status -r 400:401 --file-names-only
> svn diff -r 400:401 `svn status -r 400:401 --file-names-only | grep -v clw`
>
>
> So: how do I retrieve that list, and how do I make a feature request?

I already answered this on svnforum.org a day or two ago. This feature
already exists. svn diff --summarize -r 400:401
Received on 2010-02-17 12:46:50 CET

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.