Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » finding when push has completed.
finding when push has completed. [message #1759554] Wed, 12 April 2017 23:42
Missing name Mising name is currently offline Missing name Mising nameFriend
Messages: 1
Registered: July 2009
Junior Member
I am programmatically pushing and then creating a pull request but often I receive the error that there are not changes to be made to master.
But from messing around with the code I have found the reason is that push comes back and the PR is then trying to be created but the branch doesn't actually have the changes from the push yet. The Push call seem to be async at least in respect to the changes existing on github.

I then tried using the ProgressMonitor class but since it never calls "start" I don't know what the number of tasks are. So I can't tell if they are all done.

I also tried using the RemoteRefUpdate I get from the PushResult but those seem to not work either. I get "OK" and it still doesn't exist on the GitHub.

Can someone tell me how I can find out if the push has updated on the GitHub so I can then use egit and create a PR out of it without getting an error?

Thanks.
Previous Topic:Eclipse error: An internal error occurred during: "Pulling Branch master
Next Topic:JGit checkout() is not like `git checkout`- Help
Goto Forum:
  


Current Time: Sat Apr 27 01:04:23 GMT 2024

Powered by FUDForum. Page generated in 0.03170 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top