无量小猪

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2013年7月27日

摘要: 首先检查代码中是否有可执行命令 #!/bin/sh然后 检查post-commit权限post-commit 脚本文件的权限不对,post-commit 脚本必须有 +x 权限。chown svn:svn post-commitchmod +x post-commit 阅读全文
posted @ 2013-07-27 17:49 无量小猪 阅读(2661) 评论(0) 推荐(0)