Is it possible to check out a project from an SVN repository that has been set not to require user authetication?
I have a repository on my Dropbox folder that has no user+password authentication.
However, I cannot checkout a project within IntelliJ because it wants me to insert a user and a password.
If I check-out the project using the command line, then IntelliJ is able to submit changes, compare versions, etc.
Cheers