intellij idea - 无法使用颠覆提交文件名中包含“@”的文件
intellij idea - unable to commit files contain "@" in the file names using subversion
我在 IntelliJ Idea 14 中使用 Subversion 1.8 作为版本控制系统。但是我无法提交文件名中包含 @
的文件。
示例文件名:fancybox_loading@2x.gif
出现此错误:
svn: E200009: a peg version is not allowed here
尝试在文件名末尾添加 @
,因为建议 here;但对我不起作用。
这在 IntelliJ 14.1.5 和 15 EAP 中是 recently fixed。您应该尝试更新您的 IDE.
我在 IntelliJ Idea 14 中使用 Subversion 1.8 作为版本控制系统。但是我无法提交文件名中包含 @
的文件。
示例文件名:fancybox_loading@2x.gif
出现此错误:
svn: E200009: a peg version is not allowed here
尝试在文件名末尾添加 @
,因为建议 here;但对我不起作用。
这在 IntelliJ 14.1.5 和 15 EAP 中是 recently fixed。您应该尝试更新您的 IDE.