svn url changed... how to reconnect with intellij?
We used to access our svn with a domain name. The domain name had to be changed. Now we have to access the same svn server with the IP address only.
Since this change, I cannot commit my intellij projects on this svn server. One way to fix this problem is to pull the intellij projects down fresh... but I was wondering if there is a way to update the existing (already downloaded) projects?
Thanks for any suggestions.
Please sign in to leave a comment.
Hello erikb,
Run "svn switch --relocate" from the command line.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Is there a command line for svn in intellij, or do I run that from my os?
Hello erikb,
You should run this from your OS.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"