Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: 現在の Subversion ビルド番号にアクセスするには?
コミットした以前のコミット番号を取得するにはどうすればよいですか?
ありがとう
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