How do I tell Subversion to treat a file as a binary file?

前端 未结 10 1005
日久生厌
日久生厌 2020-11-30 21:35

How do I tell Subversion (svn) to treat a file as a binary file?

10条回答
  •  离开以前
    2020-11-30 22:26

    Basically, you have to set the mime type to octet-stream:

    svn propset svn:mime-type application/octet-stream 
    

提交回复
热议问题