svn: Commit blocked by pre-commit hook (exit code 3) with output
问题 What I did - and What is the Issue I've added directory in which few files are present in svn: $ svn add ABC (ABC is directory) A ABC A ABC/file_1 A ABC/file_2 A ABC/file_3 then I did - $ svn ci -m "some comments" ABC Adding ABC Adding ABC/file_1 Adding ABC/file_2 Adding ABC/file_3 Transmitting file data..svn commit failed details follows svn commit blocked by precommit hook exit code3 with output Now I am not able to commit, and I dont know how to do it successfully. Can you help me pls.