On Sat, 18 Jan 2020 at 18:34, Greg Stein <[email protected]> wrote: > > $ svn info --show-item last-changed-revision $whatever > > I think that's what you're looking for, in a simple command. >
However --show-item is not available in all versions of svn. Not sure when it was added, but it's not present in 1.7.9 (as on hermes/mino) It is present in 1.9.3. > On Sat, Jan 18, 2020 at 9:00 AM <[email protected]> wrote: >> >> Author: druggeri >> Date: Sat Jan 18 15:00:05 2020 >> New Revision: 1872960 >> >> URL: http://svn.apache.org/viewvc?rev=1872960&view=rev >> Log: >> Add tag and revision to release vote email template >> >> Modified: >> httpd/site/trunk/content/dev/release.mdtext >> >> Modified: httpd/site/trunk/content/dev/release.mdtext >> URL: >> http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/release.mdtext?rev=1872960&r1=1872959&r2=1872960&view=diff >> ============================================================================== >> --- httpd/site/trunk/content/dev/release.mdtext (original) >> +++ httpd/site/trunk/content/dev/release.mdtext Sat Jan 18 15:00:05 2020 >> @@ -230,6 +230,8 @@ The automated workflow is: >> >> The computed digests of the tarball up for vote are: >> `grep '^' httpd-$TAG.tar.gz.sha* | sed -e 's/.*.tar.gz.//g' -e 's/:/: >> /g'` >> + >> + The SVN tag is '$TAG' at r`svn info >> "https://svn.apache.org/repos/asf/httpd/httpd/tags/$TAG" | grep 'Revision' | >> awk '{print $2}'`. >> " >> >> # Wait for vote >> >>
