문제

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?

도움이 되었습니까?

해결책

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...

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top