Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264482 - dev-util/meld subversion support broken
Summary: dev-util/meld subversion support broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-01 10:05 UTC by Balint Dobai-Pataky
Modified: 2009-04-20 22:39 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Balint Dobai-Pataky 2009-04-01 10:05:36 UTC
since subversion >dev-util/subversion-1.5.5
dev-util/meld-1.2.1 does not show the same modified files in a subversion directory as the svn cli.


Reproducible: Always
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-05 20:42:46 UTC
well meld does not use subversion so I don't see what your problem here.
Comment 2 Mart Raudsepp gentoo-dev 2009-04-06 01:09:36 UTC
It does use subversion if available. Do "meld ." in a directory controlled by SVN and it will show you the outstanding diffs, basically svn diff graphically
Comment 3 Mart Raudsepp gentoo-dev 2009-04-06 01:10:05 UTC
And the bug report claims that is broken, that is.
Comment 4 Joseph 2009-04-07 16:17:47 UTC
meld will not start when I login as root:
# meld
Traceback (most recent call last):
  File "/usr/bin/meld", line 90, in <module>
    meldapp.main()
  File "//usr/lib64/meld/meldapp.py", line 942, in main
    app = MeldApp()
  File "//usr/lib64/meld/meldapp.py", line 604, in __init__
    self.prefs = MeldPreferences()
  File "//usr/lib64/meld/meldapp.py", line 492, in __init__
    prefs.Preferences.__init__(self, "/apps/meld", self.defaults)
  File "//usr/lib64/meld/prefs.py", line 91, in __init__
    self._gconf.add_dir(rootkey, gconf.CLIENT_PRELOAD_NONE)
glib.GError: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

but it is running OK from user session. 
Comment 5 Mart Raudsepp gentoo-dev 2009-04-07 21:06:57 UTC
(In reply to comment #4)
> meld will not start when I login as root:

This has nothing to do with meld subversion support that this bug is about. Please don't "hijack" bugs and file a new one instead if it has nothing to do with the existing one.
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-04-20 22:39:10 UTC
hum that's super nice, I didn't know. Anyway seems fixed in 1.3.0 that I just commited to the tree. Please reopen if it's not the case.