Reputation: 495
Since the update from Intellij 13 to Intellij 14, I can't make a checkout with subversion, since I can browse the repository. I received this message:
Cannot run program "svn" (in directory "..."): CreateProcess error=2, The system cannot find the file specified
I'd got the same error before under Intellij 13 and the solution was to uncheck the Use command line client
option in File/Settings/Version Control/Subversion
. So I verify this parameter but it was already uncheck.
Any idea ?
Upvotes: 8
Views: 18164
Reputation: 4956
Follow the steps: Studio-> Settings->Subversion-> Uncheck "Use command-line client".
Upvotes: 0
Reputation: 3240
This happened to me after updating. There appears to be 2 settings for this - one in an active project and one in the default "Welcome to IntelliJ IDEA" screen.
To fix it click:
This check box is different from the one in File > Settings so unchecking this fixed the issue.
Upvotes: 3
Reputation: 495
To resolve this I:
File/Settings/Version Control/Subversion
Use command line client
. File/Settings/Version Control/Subversion
... and then it worked. I think it was a default parameter in the configuration out there.
Upvotes: 13