After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698564 - can't pull from remote git repository
can't pull from remote git repository
Status: RESOLVED FIXED
Product: meld
Classification: Other
Component: version
git master
Other Linux
: Normal normal
: ---
Assigned To: meld-maint
meld-maint
Depends on:
Blocks:
 
 
Reported: 2013-04-22 13:07 UTC by Adam Dingle
Modified: 2013-04-27 09:50 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adam Dingle 2013-04-22 13:07:03 UTC
In Meld's version control view, when I select a working copy's root directory and press the Update button, Meld does this:

===
git pull .
From .
 * branch            HEAD       -> FETCH_HEAD
Already up-to-date.
===

That does *not* fetch changes from a remote repository.  I think in this situation Meld should run a regular 'git pull', which is what the user presumably expects.
Comment 1 Kai Willadsen 2013-04-27 05:09:13 UTC
This should be fixed in HEAD. I've had to create a new interface (such as it is) to the VC modules to do this, so this is a bit experimental at the moment. I can't foresee any issues, but if you notice anything newly broken then please do file bugs. Thanks for the report.
Comment 2 Adam Dingle 2013-04-27 09:50:00 UTC
Seems to work great!