Re: an itch to scratch
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-15 19:21:20 CET
Ben Collins-Sussman <sussman@collab.net> writes:
This is not the "last set of changes made to a file". $Rev$ could be
I think what you meant is
svn diff -r PREVIOUS:CURRENT
which would all do the same thing:
svn diff -r ($Rev$ - 1):$Rev
Is that right? (You could get the reverse order in the obvious way,
Eventually, "svn rollback" will be doing something similar to this.
---------------------------------------------------------------------
|
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.