Re: svn blame on trunk
From: Ben Reser <ben_at_reser.org>
Date: 2004-11-12 18:05:38 CET
On Fri, Nov 12, 2004 at 12:02:56PM +0100, Karol Szkudlarek wrote:
Karol,
blame takes a range of revisions (e.g. -r1:200). Subversion needs to
We call the TARGET@REV a pegrev. It's a way of pegging the path to a
Now keep in mind the above explanation suggesting that a file was
svn blame -r 1:200 foo@99
This would show you the blame from r1 to r200, but only for the file
svn blame -r 1:200 foo@150
This would show you the blame from r1 to r200 but only for the file that
If you do not pass a pegrev then the command pegs against the end
svn blame -r 1:200 foo
Would peg against r200. Which means assuming the file that was added in
Hope this helps.
-- Ben Reser <ben@reser.org> http://ben.reser.org "Conscience is the inner voice which warns us somebody may be looking." - H.L. Mencken --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Nov 12 18:05:48 2004 |
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.