disconnect from subversion
I am fairly new to Idea, have been using Eclipse for a long time.
A function in Eclipse is to disconnect a project from for example subversion. This will delete all subversion files and makes it easy to move the project to another subversion server.
I can not figure out how to do this in Idea 8. I needed to move the entire project from one subversion server to another.
I ended up with checking the entire project in at the new site, deleting it locally and then importing it again. Very much work for something that should be simple.
Anyone know if Idea supports this functionality?
Please sign in to leave a comment.
Hello Jarle,
There is no such feature in IntelliJ IDEA because we see no need for it.
If you need to move the project to a different Subversion server, you can
use Subversion | Relocate... to update the server repository address in all
your working copy directories - there's no need to delete the directories.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ok, thanks!
Using relocate will probably fix my problem.