------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=88178 Summary: Subversion support doesn't choose protocol correctly Product: kdevelop Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: kde.bugs morgajel com Version: 3.1.0 (using KDE KDE 3.2.3) Installed from: Gentoo Packages OS: Linux Subversion support is a little bit lacking still. After talking to mikmak in #kdevelop, I tried the following steps: create repository check out repository via svn+ssh://server import project modify a file right click in the file explorer click on Subversion -> Commit to Repository I receive an error telling me the fllowing: Could not start process Unable to create io-slave: klauncher said: Unknown protocol 'svn+http' If I understand mikmak correctly, this should have detected that I used svn+ssh, NOT svn+http. Upon reviewing svn info on my checked out directory, it confirmed that, yes, I had used svn+ssh. I also did a manual commit at the command line to make sure there were no filepermission problems. The command line Commit worked fine. So the problem as I see it is either a) Kdevelop isn't detecting this information properly from svn info, or b) There should be an option in the project Options under the subversion tab allowing you to change it. I personally think both should be done, but then again I'm not the guy coding it:) Let me know if there is anything I can do to help or any info you may need.