Re: Adding changeset-like functionality to subversion
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-09 23:00:09 CEST
Ben Collins-Sussman <sussman@collab.net> writes:
There should be some way to find out the last-changed-rev-before-N for
$ svn diff --last-change -r100 http://blah/foo/bar.txt
does the equivalent of
$ svn diff -r<N-1>:<N> http://blah/foo/bar.txt
where N <= 100 is the revision where bar.txt last changed before 100.
I'm not suggesting this is the ideal interface, just agreeing that we
-K
---------------------------------------------------------------------
|
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.