首先检查代码中是否有可执行命令 #!/bin/sh

然后 检查post-commit权限

post-commit 脚本文件的权限不对,post-commit 脚本必须有 +x 权限。

 

chown svn:svn post-commit

chmod +x post-commit

相关文章:

  • 2022-12-23
  • 2021-08-02
  • 2021-08-02
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2021-09-25
  • 2022-12-23
  • 2021-06-26
  • 2021-04-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
相关资源
相似解决方案