Bug 446805 - kdevelop: CVS integration not present (RFE)
Summary: kdevelop: CVS integration not present (RFE)
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: kdevelop
Version: 9
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-05-16 08:03 UTC by The Source
Modified: 2008-07-06 19:38 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-07-06 19:38:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description The Source 2008-05-16 08:03:07 UTC
Description of problem:
Vanished in Fedora 9. Worked fine in Fedora 8.

Version-Release number of selected component (if applicable):
3.5.1-4.fc9.i386


How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Rex Dieter 2008-05-16 11:42:48 UTC
kdevelop requires kdesdk version 3 for this, which isn't present in F9 (kdesdk
version 4 is).

Comment 2 The Source 2008-05-16 11:50:38 UTC
Will kdevelop 4 support CVS with kdesdk 4?

Comment 3 Rex Dieter 2008-05-16 12:15:48 UTC
presumably,yes.

Comment 4 Rex Dieter 2008-05-16 12:16:39 UTC
we can keep this open as a feature request, could be possible to include the
parts of kdesdk3 to make things work here.

Comment 5 Kevin Kofler 2008-05-16 22:18:43 UTC
The problem is that it's not just a KDE 3 library, it depends on a KDE 3 
service (cvsservice) too. The apps talk to that service through DCOP. I'm not 
sure that service, if we installed it, would get started properly in KDE 4. 
(Does this feature work in a non-KDE desktop? If not, it probably won't work in 
KDE 4 either.)

Comment 6 Kevin Kofler 2008-05-16 22:22:48 UTC
Actually, the KDE 4 cvsservice exports a D-Bus interface almost identical to 
the KDE 3 DCOP interface, it might be possible to hack KDevelop to use that 
D-Bus interface through qt3-dbus.

Comment 7 Kevin Kofler 2008-05-16 22:31:59 UTC
Actually, the KDE 3 service is started by this:
>    if (KApplication::startServiceByDesktopName("cvsservice",
>        QStringList(), &error, &appId))
so I guess it would work with the KDE 3 one.

And patching things to the KDE 4 one sounds like a lot of work, the KDevelop 
cvsservice integration is almost 500 KB of code. :-(

Comment 8 Steven M. Parrish 2008-06-23 21:03:05 UTC
Based on the above comments should this be closed as WONTFIX?

Comment 9 Kevin Kofler 2008-06-23 21:32:10 UTC
Well, in principle we could package a kdesdk3 or cvsservice3...


Note You need to log in before you can comment on or make changes to this bug.