Re: last log message of multiple files?
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 9 Mar 2020 02:09:55 +0000
Karl Berry wrote on Sun, 08 Mar 2020 15:41 -0600:
I think the closest thing is:
svn log $(svn info --show-item=last-changed-revision README INSTALL | awk '{print "-r", $1}')
This is more efficient than a shell loop, since the latter would
Note that «svn log -l1 `svn info --show-item=url ./` README
> I found another user asking the same question back in 2005,
Cheers,
Daniel
|
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.