SVN报错:'you' is not valid as filename in directory解决

svn 报错'you' is not valid as filename in directory 解决方法:

百度搜索:“svn is not valid as filename in directory”,完全没有用!!!都没有真正的解决

翻墙google搜索,,比如:http://stackoverflow.com/questions/18452218/how-can-i-get-rid-of-the-error-folder-name-not-valid-as-filename-in-directory 

意思就是Linux系统允许文件或文件夹的名字包含空格,而windows是不允许的。所以,解决的方法是用乌龟(SVN Repository Browser)去svn服务器中把该文件或文件夹中的空格去掉。(这个方法,表示目前没搞,换了mac,,,,) 

即可;  

原文地址:https://www.cnblogs.com/allyh/p/10963257.html