ホーム > タグ > tortoisesvn
tortoisesvn
[TortoiseSVN]コミットログの修正
- 2007-03-14 (水)
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
- Comments: 0
- Trackbacks: 0
Home > Tags > tortoisesvn
- Search
- Feeds
- [PR]