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

Re: an itch to scratch

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-01-15 18:44:27 CET

> > svn diff -r CURRENT:HEAD, which would use that $Rev$ info to
> > determine which node id to use for the diff.

Actually, now that I think about it, this is identical to doing 'svn
diff -r HEAD', no? The use case I want is to see the last set of
changes made to a file. Thus I want to see

       svn diff -r ($Rev$ - 1):HEAD

maybe this could look something like

       svn diff -r PREVIOUS:HEAD

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

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.