[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Has the SVNLook Revision Parameter Behavior Changed?

From: Lorenz <lorenznl_at_yahoo.com>
Date: Tue, 18 Nov 2008 07:27:54 +0000

Ryan Schmidt wrote:
> tjfritch_at_mindspring.com wrote:
>
>> Previously in Subversion v1.4.6 I could execute a command like:
>>
>> svnlook author . -r head
>>
>> within a repository folder and get the author of the youngest
>> revision. Attempting this in Subversion v1.5.4 returns:
>>
>> svn: Invalid revision number supplied
>>
>> Has this behavior changed intentionally? If so, could you explain
>> why or point me to some documentation? Note that the behavior is
>> consistent with previous versions when I use an valid revision
>> number or leave the -r parameter off altogether.
>
>I can confirm this behavior with Subversion 1.5.4 on Mac OS X. I
>don't know if it's intentional. A workaround you could use:
>
>svnlook author . -r $(svnlook youngest .)

svnlook without the -r parameter defaults to HEAD.

-- 
Lorenz
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-18 08:28:37 CET

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.