开发者

Solution to SVN Error: No such file commit-email.pl

开发者 https://www.devze.com 2023-03-03 21:24 出处:网络
I received the following error when committing via TortoiseSVN: Error: post-commit hook failed (exit code 127) with output:

I received the following error when committing via TortoiseSVN:

Error: post-commit hook failed (exit code 127) with output: Error: /home/svnRepos/proj/Blah/hooks/post-commit: line 52: /usr/share/doc/subversion-1.4.2/tools/hook-scripts/commit-email.pl: No such file or directory

...

I looked into this and noticed that there is now the following path: /usr/share/doc/subversion-1.6.11/tools/hook-scripts/

In that folder there is a commit-email.rb file.

Any chance you might know why our SVN is trying to开发者_如何学编程 look back in the 1.42 folder when sending out the email hook?

Any other suggestions about how to solve this problem are greatly appreciated.


Just go to your post-commit file ( /home/svnRepos/proj/SRP/hooks/post-commit ) line 52, edit the reference to the commit-email.pl and change it to the newer script.

0

精彩评论

暂无评论...
验证码 换一张
取 消