Hi, We are using post-commit.bat to send error message to the svn client(Ex: TortoiseSVN) if version property is applied on any of the folder or file. but not able to send the error msg for applying version property to any file or folder. post-commit.bat echo "Error: Commit is not allowed" >&2 exit 1 Able to send error message for adding file and creating folder... Thanks,...
Last updated