I have a user that has, up until today, been called foo.bar. Now that user will be known as fb instead from here on. But I would like to up
Insert the following into your pre-revprop-change.bat (by opening it in notepad) in a folder called something like this (depending on your configuration) C:\ASP.NET Projecten\ProjectX\hooks
set magProperyWijzigen = false;
:: Only allow the log message and author to be changed.
if("%propertyName%" == "svn:author") magProperyWijzigen = true;
if("%propertyName%" == "svn:log") magProperyWijzigen = true;
if "%magProperyWijzigen%" == "false" goto ERROR_PROPNAME