[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: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Mon, 17 Nov 2008 19:12:44 -0600

On Nov 17, 2008, at 09:58, 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 .)

---------------------------------------------------------------------
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 02:13:08 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.