Bug 72319 - Can't checkout Subversion-managed project via HTTP(S)
Summary: Can't checkout Subversion-managed project via HTTP(S)
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0b2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-10 17:22 UTC by Malte S. Stretz
Modified: 2004-01-14 22:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Malte S. Stretz 2004-01-10 17:22:51 UTC
Version:           3.0.0b2 (using KDE 3.1.94 (CVS >= 20031206), Gentoo)
Compiler:          gcc version 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r3, propolice)
OS:          Linux (i686) release 2.4.20-gentoo-r8

I just tried this:
1. Choose Project->Import existing project...
2. Change <Fetch from:> "Subversion"
3. Click <Fetch Module>
4. Change <Checkout from:> to
   https://svn.apache.org/repos/asf/incubator/spamassassin/
5. Fill out the other widgets.
6. Press <OK>

Result: I get a dialog telling me that Gideon
| Could not start process Unable to create io-slave:
| klauncher said: Unknown protocol 'svn+https'.

Same for plain HTTP. This renders the SVN support more or less useless.
Comment 1 Jens Dagerbo 2004-01-14 18:23:25 UTC
Unless I'm mistaken, the KDevelop subversion plugin depends on the kio_svn ioslave which is so far only available from KDE CVS (in kdenonbeta/kio_svn).

The error message could clearly be better, and I have never used the subversion plugin, so I can't say I know it works, but the reason for the malfunction in this report is the missing ioslave, so it is not a bug.

Closing. Please reopen if I'm wrong. :)
Comment 2 Malte S. Stretz 2004-01-14 22:34:24 UTC
Good point. I'll try to build kio_svn.

But maybe configure should check for kio_svn additionally to the subversion libs? The one isn't very useful without the outher :)