Build 6808: feedback request
Hello everyone,
Selena build 6808, released today, is most likely one of the last EAP builds
before the Milestone 1 release, which we're going to announce and promote
for the general public. We will very much appreciate the help of the EAP
members in testing this build, to ensure that the Milestone 1 release is
stable and usable for day-to-day development work.
Please post your feedback in this thread, or file JIRA requests as usual.
Thanks in advance for your help!
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Please sign in to leave a comment.
Dmitry,
Kind of scary but M1 was released with Synchronize not working per this issue:
http://www.jetbrains.net/jira/browse/IDEA-12092
Thanks,
Jon
I've been hitting this a lot over the last two days with the latest EAP and the performance hit has been crippling.
When you use it with two projects open from a single IDEA instance, at least on Win XP, you have have to be very slow about ALT-TAB between the projects. If you do a quick ALT-TAB, you usually end up back with the project you were just in.
Also, I have previously experienced problems where you are using a dialog in project and then it jumps over to the other project while you are doing something else(like a find, but it doesn't do the find in the other project, just switches to it...guess it got lonely).
However, I don't often have two projects open at once, so it has not been a huge issue to me; but it was a pain the last time I did need two projects open from one IDEA instance.
Dear Stephen,
I suppose I've understood the reason for your troubles with file statuses.
Do you see strange named of the files in the result window ufater update?
Could you please:
1. make a snapshot of this window after the update
2. dump the output of the ss.exe for the "Get" command over the project?
thank you in advance,
best wishes,
Michael Gerasimov,
Software Developer
JetBrains, Inc
Thanks a lot for looking into this again. I jwas just getting a little worried because I
started filing severe VSS issues to Jira five months ago and VSS is still hardly usable
(for me). I do see however that there have been tremendous progress.
If you could fix these status issues that would be fantastic!
In 6913 Idea crashes with an exception when I do "Update project" (see below) and the
menu item stays disabled after that.
In previous builds I got a result window with lots of path names in red.
I complained about that in
http://www.jetbrains.net/jira/browse/IDEADEV-13785
which was closed as a duplicate (of a long resolved issue). Seems it wasn't a duplicate after all.
After that I got used to just doing updates with Eclipse instead (which had the nice
effect of detecting files removed from VSS as well).
I'll send you the result of "ss GET $/Foo -R" by e-mail. Any other command line
arguments that I should add?
SYNCHRONIZE command can be started only for a valid content root
java.lang.IllegalArgumentException: SYNCHRONIZE command can be started only for a valid content root
at com.intellij.vssSupport.commands.SynchronizeCommand.]]>(SynchronizeCommand.java:48)
at com.intellij.vssSupport.VssUpdateEnvironment.updateDirectories(VssUpdateEnvironment.java:55)
at com.intellij.openapi.vcs.update.AbstractCommonUpdateAction$1.run(AbstractCommonUpdateAction.java:7)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$4.run(ProgressManagerImpl.java:4)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$5.run(ProgressManagerImpl.java:1)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:2)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:34)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:5)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$6.run(ProgressManagerImpl.java:9)
at com.intellij.openapi.application.impl.ApplicationImpl$4.run(ApplicationImpl.java:4)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:8)