(2015.01.28) SVN - TortoiseSVN에서 revision의 comment 수정하는 방법
. 참조: http://blog.naver.com/nabiro?Redirect=Log&logNo=130059102679
예제)
Project: KSC_EthGW_ghs
repository: C:\SVN\Repositories\KSC_EthGW_ghs\hooks
(1) C:\SVN\Repositories\KSC_EthGW_ghs\hooks 폴더로 이동
(2) 아래의 내용으로 pre-revprop-change.bat 파일 생성
rem Only allow log messages to be changed. if "%4" == "svn:log" exit 0 echo Property '%4' cannot be changed >&2 exit 1
|