Any way to change a project's VCS root?
Hello,
I just migrated my SVN repo to a new server. Instead of checking out from the new server and opening a new project with the result I'd like to just adjust the root.
I though that in older versions of IDEA this used to be a preferences option. I can seem to find it in 7. Is there an easy way to change it or do I have to edit an xml file
somewhere?
请先登录再写评论。
you should be able to execute "svn relocate" with the command line svn client (or tortoisesvn if you're on windows)
That works. Thanks.