반응형

Access to hooks:

1.Start VisualSVN Server Manager

2.Open Properties for your repository

3.Select Hooks tab

4.Edit the needed hook

 

 

 

Pre-revision property change hook 더블클릭

아래내용입력

rem Only allow log messages to be changed.

 

if "%4" == "svn:log" exit 0

 

echo Property '%4' cannot be changed >&2

 

exit 1

 

반응형

+ Recent posts