version control - "update canceled" Follow
Answered
Hi there,
I have an IntelliJ-Project with several modules. All under version control. Some of them with subversion, some of them with git.
When I try to update the whole project the git update looks fine (messages in the version control window) but then the changes button gives me an "Update canceled" message and no further information. I simply don't know how to find out, why this message appears. Something seems to fail, but what?
If I do an update module by module it always tells me "all files are up-to-date"...
Does anybody have an idea how to find out???
July
Please sign in to leave a comment.
Hello Antje,
Please attach idea.log, I should have a look
I am not sure, but it could be that you are not logged into Subversion.
Please look into left lower corner, there could be a red exclamation sign, pressing it would give login prompt.
Hi Irina,
first point: I cannot see any red exclamation sign. It might be true - after starting IntelliJ I'm not logged into the subversion. When updating module by module, I'm asked to log on and then I can update each module. But even after updating all modules one by one, I cannot run the update for the whole project successfully... (and then the login problem should not be there anymore...)
I've attached the log-file.
Attachment(s):
idea.log.zip
There's exception in git update part, we'll check if it is already fixed for 10.5.1
Antje,
I confirm that this bug is fixed.
Please check that it works for you in 10.5.1 EAP build. You can download it here: http://confluence.jetbrains.net/display/IDEADEV/IDEA+10.5+EAP
Thanks.
Hi Kirill,
thanks a lot. With the new version the error disappears. :-)
Antje
Hi,
I am using Intellij version 14.1.7 and I am facing similar issue. Whenever I try to update the code "update cancelled" pops up. I have to re update it few times for the code to get updated.
Hello,
Could you please attach idea.log ("Help | Show Log in...") after restarting IDEA and reproducing the issue?
I have the same problem, and here's the relevant portion of idea.log:
It happens intermittently. Often it goes away if I restart Rubymine (mine is 2017.3.2 Build #RM-173.4301.17, built on January 11, 2018, JRE: 1.8.0_152-release-1024-b11 x86_64, JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o, Mac OS X 10.13.3).
If I run the git commands manually from a Terminal, they work fine.
Has something changed recently in your implementation of the ssh2 transport layer?
It stopped working due to https://github.com/blog/2507-weak-cryptographic-standards-removed
See https://blog.jetbrains.com/blog/2018/02/26/update-on-ssh-access-to-github-in-intellij-based-ides/ for options