标签:http io ar sp 2014 on log 代码 ad
编写脚本review.sh:#!/bin/bash VERSION=`svn log -v --stop-on-copy $1 | grep -B4 "svn copy" | head -1 | awk ‘{print substr($1,2)}‘` svn di -r ${VERSION}:head $1
用法脚本后跟分支路径:
review.sh http://svn.apdplat.org/apdplat/word/branches/20141020_396299_2
标签:http io ar sp 2014 on log 代码 ad
原文地址:http://my.oschina.net/apdplat/blog/335515