我在Windows 7上安装了VisualSVN最新版本,我使用TortoiseSVN作为客户端。
服务器通过互联网,带宽为100KBps。
一切都好;我可以提交并更新它。我唯一的问题是我不能提交像.png和.jar这样的大二进制文件。通过一个大文件,我的意思是超过50KB。我可以提交图标,但我不能提交正常的图像。
TortoiseSVN将.png文件添加为mimetype:application/octet-stream
。
[编辑] 服务器日志中的各种错误:
Unable to PUT new contents for /svn/MediaStore_App/!svn/txr/12-t/MainActivity/libs/android-support-v44.jar. [403, #0]
[client 151.240.214.18]
...
Could not prepare to write the file [500, #160044]
[client 151.240.214.18]
...
Could not get next bucket brigade [500, #0]
[client 151.240.214.18]
我还测试了1.5MB的文本文件,没有问题。 我该怎么办?我应该更改SVN服务器中的任何配置吗?