标签: svn
可能重复: How to access the current Subversion build number?
我怎样才能掌握我之前提交的提交号?
由于
答案 0 :(得分:0)
svn log | grep '$USER' | head -2 | cut -d' ' -f1 | tail -1适合我:
svn log | grep '$USER' | head -2 | cut -d' ' -f1 | tail -1
{Z} hd1: 15:50 % svn log | grep 'cutting' | head -2 | cut -d' ' -f1 | tail -1 r421185