<div dir="ltr"><div><br></div>I am using this code to obtain the SVN revision of a git commit hash. The example below is for the latest commit hence the git log -n 1.<br><br>git log -n 1 | head -n 7 | tail -n 1 | cut -d "@" -f 2 | cut -d " " -f 1<br clear="all"><div><br></div><div>It checks for the seventh line, searches for the '@' in trunk@NNNNN and extracts it from there.<br></div><div>The problem is the position the line with the trunk@NNNNN string varies. Is there some way to work it calculate it?<br><br></div><div>My awk, grep and sed skills are not so hot.<br></div><div><br>-- <br><div class="gmail_signature">Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a></div>
</div></div>