Re: Revision keywords and arithmetics
From: Madan U S <madan_at_collab.net>
Date: 2006-01-30 12:20:18 CET
Karl Auer <kauer@biplane.com.au> writes:
>> > > > > How about enhancing revision (-r) option, to do arithmetical operations
Let me take a stab at what Alex means here...
Given the job of viewing a file's history, if I wanted to only view the last few log entries, instead of the available 10145 (which is HEAD), I could either use...
svn log filename | less
or
svn log -r HEAD:HEAD-100
The second of which is cleaner.
But what really intrigues me is HEAD+100 ... just imagine the possibilities of checking out HEAD+100!!! ;)
Regards,
---------------------------------------------------------------------
|
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.