我正在使用intellij idea 13.0。当我尝试从subversion签出时,遇到错误
Cannot load supported formats: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified
我该如何解决这个问题?
发布于 2015-06-06 00:31:19
对我来说,在Debian GNU / Linux上,安装subversion包就是解决方案
# aptitude install subversion subversion-tool
https://stackoverflow.com/questions/20797443
复制相似问题