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

2010-02-17 Thread mlg 3
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

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

2010-02-17 Thread Stefan Sperling
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

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

2010-02-17 Thread Stefan Sperling
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

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

2010-02-17 Thread Andy Levy
On Wed, Feb 17, 2010 at 04:39, mlg 3 m_l...@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