Linux svn automatic update error report post-commit hook failed?

  
                

There is an error when svn is automatically updated under Linux system. It prompts post-commit hook failed (exit code 255) with no output. Many users have encountered this problem. The following small series will automatically update the error for svn. A simple introduction.

Solution:.

post-commit hook failed (exit code 255) with no output
at

linux /unix to automatically update to submit svn Test the server, add hook /usr/svn/mulu/hooks/post-commit without suffix

Set permissions to executable

chmod 777 /usr/svn/baoming/hooks/Post-commit

The code is as follows

#! /bin/sh

WEB=”/usr/home/mulu”

SVN=”/usr/local/bin/svn”

$SVN update $ WEB –username ppkj.net –password ppkj.net

Copyright © Windows knowledge All Rights Reserved