Re: svn log questions
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-12-10 08:16:06 CET
On Dec 10, 2004, at 12:45 AM, Brad Schick wrote:
> I think svn log -rPREV has a surprising behavior. -rPREV seems to look
It's not surprising: it's consistent across all commands. "COMMITTED"
> which often doesn't exist for a specific item.
PREV *does* exist for each file, but the problem here is that it's not
For example, suppose a file changed in r10, r15, and r20. You check
Unfortunately, this doesn't mesh with 'svn log' semantics quite so
> Wouldn't this be more useful if it looked for the previous *change* on
If you leave off the revision search range, then 'svn log PATH' shows
I think what you want is 'svn log file --limit 1'. It will stop after
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.