找到了二进制文件。请不要';t将二进制文件提交到SVN中

找到了二进制文件。请不要';t将二进制文件提交到SVN中,svn,tortoisesvn,Svn,Tortoisesvn,我已经尝试使用tortoise svn在我的应用程序的bin文件夹中提交一些新的DLL。但它在提交时抛出以下错误 svn: E165001: Commit failed (details follow): svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output: Binary files were found. Please don't commit binary files into SVN..!!

我已经尝试使用tortoise svn在我的应用程序的bin文件夹中提交一些新的DLL。但它在提交时抛出以下错误

svn: E165001: Commit failed (details follow):
svn: E165001: Commit blocked by pre-commit hook (exit code 1) with output:
Binary files were found. Please don't commit binary files into SVN..!!

如何防止此错误并在bin文件夹中提交新DLL?

您是否阅读了错误消息?它说:

找到了二进制文件。请不要将二进制文件提交到SVN中


这意味着您的管理员已配置一个阻止您提交和导入某些类型的文件(可能基于其扩展名或MIME类型)的。你自己不能(也不应该)摆脱这个错误。联系你的管理员或经理,他会向你解释你做错了什么。

你的环境有一个钩子阻止了它。