1、部分文件被过滤,没有上传,例如:.so文件
解决方法:TortoiseSVN-->Setting 进入设置界面
![](https://img.haomeiwen.com/i11810968/2d5e1c64b42b7b9f.png)
2、文件后缀是.sh的文件,上传后,再从服务器上下下来,文件的可执行权限就会丢失。说明在上传的时候文件的可执行权限没有上传。
解决方法:点击下图中的Edit
![](https://img.haomeiwen.com/i11810968/375223b3f2244545.png)
去掉#号,设置为以下值
enable-auto-props = yes
*.sh = svn:eol-style=native;svn:executable=*
*.py = svn:eol-style=native;svn:executable=*
网友评论