Cannot update project using Subversion in Intellij

2k Views Asked by At

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?

1

There are 1 best solutions below

1
Dmitrii Smirnov On

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