Error with svn Compare with latest repository version
I am getting this error when trying to compare with the latest repo: Error: svn: 'D:\rubymine' is not a working copy
Well... it's quite right. 'D:\rubymine' is not my working copy. I checked the project out into the 'D:\rubymine\test_project' directory. So for some reason it's using the parent directory for the comparison, which is obviously going to fail. Am I missing something obvious or flubbed the config somewhere?
Info: Build #873 running on XP Pro x86
请先登录再写评论。
Hi Chris,
1. Which folder is content(source) root for your RubyMine's project (see RM | File | Settings | Project Structure settings dialog) ?
2. Also please check that SVN root is mapped to your "<Project Root>" (D:\rubymine\test_project) folder in RM | File | Settings | Version Control dialog
The project root is set as 'D:\rubymine\test_project' and <Project Root> is mapped in the version control settings
I've just check out an opensource svn project and all works right on my machine.
Ok, try to
0. Relaunch RubyMine, open your test project.
1. Press refresh button in "Changes" tool window
2. Wait while RM will refresh VCS changes
3. Does "Compare with latest repository version" feature work? Also is RubyMine able to show revisions history ("Context menu | Subversion | Show History") ?
Also you can try remove .idea folder and create new project from existing folder if Roman's instructions doesn't help.
Hope this helps.
Regards,
Oleg
Everything in the Changes tool window works fine and Show History works fine.
Unfortunately this didn't seem to help either.
Also, I forgot to mention that I did run into this when checking out the project (and it happens everytime I try): http://www.jetbrains.net/jira/browse/IDEADEV-35820