Bug 80182 - Subversion KIOSlave does not handle file URLs
Summary: Subversion KIOSlave does not handle file URLs
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.2
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-23 10:39 UTC by Tobias Hunger
Modified: 2004-04-23 23:06 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 Tobias Hunger 2004-04-23 10:39:21 UTC
Version:           3.0.2 (using KDE KDE 3.2.1)
Installed from:    Debian testing/unstable Packages
Compiler:          gcc 3.3.3 
OS:          Linux

When I want to check out a project from a local SVN repository (file:///home/svn/Projectname) I get an error that svn+file is not a supported protocol. Checking out via the normal SVN commandline client works fine (as expected).

Thanks for looking into this problem.
Comment 1 Jens Dagerbo 2004-04-23 11:20:27 UTC
You get this problem when you don't have the kio_svn ioslave installed. It is as this point, AFAIK, only available through KDE CVS in kdenonbeta/kio_svn, so it's not too surprising if you don't have it.
Comment 2 Tobias Hunger 2004-04-23 22:43:40 UTC
Jens Dagerbo <jens.dagerbo@swipnet.se> wrote:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>       
> http://bugs.kde.org/show_bug.cgi?id=80182      
> jens.dagerbo swipnet se changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |RESOLVED
>          Resolution|                            |INVALID
> 
> 
> 
> ------- Additional Comments From jens.dagerbo swipnet se  2004-04-23 11:20 -------
> You get this problem when you don't have the kio_svn ioslave installed. It is as this point, AFAIK, only available through KDE CVS in kdenonbeta/kio_svn, so it's not too surprising if you don't have it.
> 

So kdevelop is advertising features it does not offer?
Comment 3 Mickael Marchand 2004-04-23 23:06:13 UTC
It is still quite experimental and lacks many features. But I plan to improve that.

btw,
if you don't have the 'cvs' commandline tool the cvs part would not work ...
it's all a matter of dependencies...

maybe fill a bug in debian BTS so they add it ... (but I guess they did not since it was in kdenonbeta)

I think some other distributions added it (like Connectiva IIRC), 
it's a political choice ;)

I hope we can move it to kdesdk or kdevelop when I feel it is stable/featured enough.

Cheers,
Mik