Intellij IDEA 13: Error Checking Out from SVN
Hi,
I am trying to check out from an SVN repository and I am encountering the following error:
"Cannot checkout from SVN: Cannot run program "svn": CreateProcess error = 2, The system cannot find the file specified"
Hope I can find an answer, thanks in advance.
请先登录再写评论。
HI mate,
Looks like you're gonna have to wait an update http://youtrack.jetbrains.com/issue/IDEA-117518. From the log message, it seems that it's always trying to spawn a command line client even though it's not configured like that. For a quick workaround you can install a command line client, such as http://www.sliksvn.com/en/download so Idea will successfully launch the process. I'm still on 12 but I experimented this with a friend who's trying out 13.
Cheers
minor update -- this is on a mac -- installed versions, used that to import and then create working copy, now intellij's sbversion support works for commits and everything else -- seems like it's just the initial import and checkout steps that are broken