Problem description:
On a freshly-created repository, subversion commits fail with the following error: Commit blocked by pre-commit hook (exit code 255) with no output
Steps to reproduce:
- Click Diffusion
- Click Create Repository
- Click Create a new Subversion repository
- Enter Test in the name field
- click Create Repository
- Click Activate Repository
- Click Status
- verify that all status items have a green checkmark
- Note the repository number (17 in my case) #perform the following steps on a client that has been granted access to the repo
[jenkins@jenkins a]$ svn co svn+ssh://git@collaborate.intoto.systems/diffusion/17 Checked out revision 0. [jenkins@jenkins a]$ cd 17 [jenkins@jenkins 17]$ touch test [jenkins@jenkins 17]$ svn add test A test [jenkins@jenkins 17]$ svn commit -m "initial commit" Adding test Transmitting file data .svn: E165001: Commit failed (details follow): svn: E165001: Commit blocked by pre-commit hook (exit code 255) with no output. [jenkins@jenkins 17]$
I will be happy to gather additional data if desired.
Versions:
- phabricator 846eec7563d8e04a6110b96bde3a6a1d6e61d420 (Mon, May 9)
- arcanist c58f1b9a2507488b2152473dd1f0bbc7e99c09c1 (Fri, Apr 29)
- phutil 5d47fb1027f59f26d4bc37a90601a9a1aa4ac44d (Fri, May 6)
- svn, version 1.7.14 (r1542130) compiled Nov 20 2015, 19:25:09
- svnserve, version 1.7.14 (r1542130) compiled Nov 20 2015, 19:25:09
- Centos 7 with selinux set to permissive mode (0)