How to change SVN repository?
Since years I'm checking in my scripts to a remove SVN repository. Since a few weeks PHPStorm reports conflicts with some file that I can't send to SVN anymore. I've tried to "cleanup", "resolve", "update", ... Nothing helped. In some desperation I dropped the remote SVN repository and created a new one. Then by VCS -> Subversion -> Create external I have tried to tell PHPStorm the new SVN. PHPStorm laughed at me still complaining about some confilcts.
I found out that the old SVN path is still present and I can't change it:
Tab "Version Control" -> Tab "Subversion Working Copies Information" -> URL: old SVN path
After dropping my remove SVN and spending hours to solve this problem PHPStorm starts driving me nuts!!!!
How can I tell PHPStorm: "Ignore any previous set SVN repositories and USE that NEW one!!!!!"
Regards
Please sign in to leave a comment.
All metadata (path to the repository, conflicts that have already occured and require resolution, current files statuse, etc) is saved locally in hte working copy, with the .svn folder. It is expected that changes to the remote repository do not affect working copy before an update is done. So dropping remote repository was unnecessary.
Now, since the remote repository is gone, you have couple options: