Actions
Bug #5500
openHow to enable/set "RC_SKIP_HOOKS" to disable svn hooks?
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
02.10.2018
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
svn commit fail on pre-commit.
svn: E165001: Commit failed (details follow):
svn: E165001: Commit blocked by pre-commit hook (exit code 255) with no output.
If I removed hooks, success to commit.
How to disable svn hooks? Or, disable copy hook tmpl on each repos.
I have found the python check environment "RC_SKIP_HOOKS".
How to enalbe "RC_SKIP_HOOKS" or disable hooks tmpl?
Info:
RhodeCode Community Edition, version 4.13.2
Updated by Marcin Kuzminski [CTO] about 6 years ago
Svn hooks are executed via Apache so, to set this probably you'd need to set an env variable in Apache.
However this is odd that those hooks fail, they should just work. Maybe something is misconfigured?
Actions