[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: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 17 Feb 2010 11:10:06 +0100

On Wed, Feb 17, 2010 at 10:56:38AM +0100, Stefan Sperling wrote:
> On Wed, Feb 17, 2010 at 01:39:44AM -0800, mlg 3 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
>
> Try: svn log -v -r 400 URL_TO_REPOSITORY_HERE

And BTW if you're going to parse this list from a script,
you may want to use the --xml switch, too.

Stefan
Received on 2010-02-17 11:10:44 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.