After upgrading OpenSUSE Leap from 15.4 to 15.5, SVN URLs are not working with Dolphin and Konqueror.
It keeps on Loading… but nothing is displayed. No errors are displayed too.
Dolphin Version: 22.12.3
KDE Framework Version: 5.103.0
Qt Version: 5.15.8
Below packages are already installed on the system:
- dolphin
- dolphin-part
- dolphin-part-lang
- dolphin-plugins
- dolphin-plugins-lang
- kdesvn
- kio
- kio-core
- kio-extras5
- kio-extras5-lang
- kio-fuse
- kio-lang
- kio_audiocd
- kio_audiocd-lang
- libdolphinvcs5
- libkioarchive5
Tried to run dolphin from command line and it shows the output below.
$ user@localhost:~> dolphin ksvn://192.168.100.2
log_kdesvn: *** Starting kio_ksvn
log_kdesvn: *** Starting kio_ksvn
log_kdesvn: *** Starting kio_ksvn
log_kdesvn: *** Starting kio_ksvn
log_kdesvn: *** Starting kio_ksvn
Also Tried different urls like svn://, ksvn://, ksvn+file:/// but nothing helped.
KIO slave library kio_ksvn.so is also present at path /usr/lib64/qt5/plugins.
Dolphin SVN plugin library fileviewsvnplugin.so is also present at path /usr/lib64/qt5/plugins/dolphin/vcs.
Don’t know whether the issue is due to kdesvn plugins, dolphin plugins or KIO slave plugins?
Any help to resolve the issue is appreciated.
@ravikansangara:
Which version of kdesvn do you have?
- And, where did you retrieve that package?
Can you access the Subversion server by means of the KDE Subversion Client (kdesvn)?
Can you access the Subversion server by means of the Subversion CLI Client tool (svn)?
AFAICS, assuming that, the “subversion” package is installed, the Dolphin syntax to access Subversion repositories is one of –
svn:
svn+file:
svn+http:
svn+https:
svn+ssh:
- Delete / Clear the Dolphin address bar.
Click on “file ⌄” and select (down near the bottom of the list) “Subversion >” …
@Franken14679
kdesvn version: 2.1.0
subversion version: 1.14.1
Both packages are installed from OpenSUSE repository itself.
YES, I am able to access the subversion server from kdesvn client.
YES, I am able to access the subversion server from subversion cli.
I have tried to access the subversion server from Dolphin but it keeps on “Loading…”.
@ravikansangara:
Then, you’ll have to raise a KDE Bug Report with the details you’ve posted here.
- You can access the Subversion repository via the Subversion CLI and the KDE Subversion client but, not via Dolphin.
As a thought –
Do you have KWallet set up and active?
- Has Dolphin stored the username and password needed to access the Subversion repository in the wallet named “kdewallet” ?
@Franken14679
No, I am not using Kwallet and it is disabled too.
Operating System: openSUSE Leap 15.5
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.103.0
Qt Version: 5.15.8
Kernel Version: 5.14.21-150500.55.19-default (64-bit)
Graphics Platform: X11
Then, that could be the reason why, with the latest Dolphin version, other Subversion client applications are OK but, not Dolphin …
- You’ll have to check the Dolphin Change Record to see if, a change has been made which has raised this issue.