-1
我試圖在我的應用程序的bin文件夾中使用tortoise svn提交一些新的dll。但是它在提交時會拋出下面的錯誤。找到了二進制文件。請不要將二進制文件提交到SVN
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?
你的環境有一個鉤住它的鉤子。 – alex