Compare with Branch failure for svn Follow
Using subversion Compare with Branch gets broken and this exception is in the logs. It looks like these bugs which were fixed prior to IDEA 7.0M2 Build #7126. Different bugs?
http://www.jetbrains.net/jira/browse/IDEADEV-14885
http://www.jetbrains.net/jira/browse/IDEADEV-19579
I would be glad to file a new issue if this is an independent problem.
Thanks,
Jon
2007-08-22 15:50:42,926 ERROR - ctions.CompareWithBranchAction -
org.tmatesoft.svn.core.SVNException: svn: warning: URL 'svn://svn.autotrader.com/dealercommunity/branches/MSN_Phase2' refers to a directory
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:49)
at org.tmatesoft.svn.core.wc.SVNWCClient.doGetFileContents(SVNWCClient.java:315)
at org.jetbrains.idea.svn.actions.CompareWithBranchAction$CompareWithBranchOperation$2.run(CompareWithBranchAction.java:34
5)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:73)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:32)
at com.intellij.openapi.application.impl.ApplicationImpl$7$1.run(ApplicationImpl.java:13)
at com.intellij.openapi.application.impl.ApplicationImpl$5.run(ApplicationImpl.java:1)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java)
2007-08-22 15:50:42,926 ERROR - ctions.CompareWithBranchAction - IntelliJ IDEA 7.0M2 Build #7126
Please sign in to leave a comment.
P.S. Also, once this has happens, compare with branch never works again but gives no indication of problem in the UI. I also tried restarting IDEA, also turning off Version control with project close then turning it back on. Seems it gets totally hosed.
Hello Jon,
JIRA issue please?
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Dmitry - gladly. Here it is:
http://www.jetbrains.net/jira/browse/IDEA-14485
Thanks,
Jon