Ramona Stoica
Ramona Stoica

Reputation: 19

Cannot update project using Subversion in Intellij

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

Answers (1)

Dmitrii Smirnov
Dmitrii Smirnov

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

Related Questions