Version: (using KDE 4.4.3) Installed from: Fedora RPMs I have a svn repository which is not reachable anymore (i.e. the server is offline) As seen in <http://websvn.kde.org/branches/KDE/4.4/kdebase/apps/dolphin/src/versioncontrol/fileviewsvnplugin.cpp> dolphin does "svn status --show-updates --no-ignore" this requires internet access and a running server for the show-updates. [fm@thinkpad ios]$ LANG=C svn status --show-updates --no-ignore svn: Can't connect to host 'privatvermietung-kiel.de': Connection refused Either dolphin should show some broken sign. Or the --show-updates should be removed in case of a not reachable server, this would expose all local information. regards
SVN commit 1213176 by doerner: Catch failed "svn status --show-updates". Disable the "Show SVN Updates" option, try again and print an info message. CCBUG: 237665 M +13 -0 fileviewsvnplugin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1213176
SVN commit 1213184 by doerner: Backport of commit 1213176. Exclude the info message due to string freeze. BUG: 237665 FIXED-IN: 4.6.0 M +13 -0 fileviewsvnplugin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1213184