- 2007-03-14 (水) 22:41
repository/hooks/pre-revprop-change.bat
rem [1] REPOS-PATH (the path to this repository)
rem [2] REVISION (the revision being tweaked)
rem [3] USER (the username of the person tweaking the property)
rem [4] PROPNAME (the property being set on the revision)
rem [STDIN] PROPVAL ** the property value is passed via STDIN.
if "%4"=="svn:log" (
if "%3"=="ユーザー名" (
exit 0
)
)
exit 1
- Newer: [WordPress]WP-SlimStat-Exでエラー
- Older: [WordPress]ダッシュボードの非表示
Comments:0
Trackbacks:0
- Listed below are links to weblogs that reference
- [TortoiseSVN]コミットログの修正 from www.gnnk.net