Question

I wanna to commit to Subversion a file with extension .tag (it is a tag description for jsp), but I get:

Commit blocked by pre-commit hook (exit code 1) with output: "Commits prohibited in to tags!".

SVN error code is E165001. 

Could anyone help?

Was it helpful?

Solution

A pre-commit hook is something that is manually / specially added by the administrator of an svn repository to add desired functionality. In this case, they have specifically blocked the type of commit you are trying to do. Speak with your administrator / read information for the repository you are using etc...

OTHER TIPS

Ask your system administrator to fix the pre-commit hook script that is set on the repository. It seems that the hook script is too simple and rejects anything that has tag in its name.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top