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

Feature request: relative revisions

From: Dave Rodgman <dave.rodgman_at_arm.com>
Date: 2005-08-15 14:26:59 CEST

Hi,

Given that subversion maintains a global revision number over the
repository, we lose the ability to do find out [with a single command],
say, what changed over the last N revisions

This could easily be supported with some extra syntax in the client; for
example, when looking back through recent changes, one could do:

svn diff -rHEAD-1:HEAD [currently this is same as svn diff -rPREV:HEAD]
svn diff -r-2:-1 [assuming these numbers are being interpreted as
relative to HEAD, which seems sensible, at least from a python p.o.v.]
svn diff -r-3:-2

which would be cool. Currently, it's necessary to do svn log to find out
revision numbers. It would be good if the client could do this
automatically.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 15 14:27:43 2005

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

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