Reputation: 19
I am trying to update my project using svn (right click on the project name -> Subversion -> Update Directory). The next error appears: "No versioned directories to update were found". Also, when I try to checkout the project, i get the following error
Can someone please help me with this?
Upvotes: 1
Views: 2237
Reputation: 7538
The error is rather generic, it basically means svn client could not connect. Could be caused by misconfigured proxy server settings, errors in servers configuration file or firewall.
Check if it works in the command line in the first place. Also, check the IDE logs, the issue could be caused by something else
Upvotes: 1