https://bugs.kde.org/show_bug.cgi?id=369141
Bug ID: 369141
Summary: svn commands fail in path containing spaces
Product: dolphin
Version: unspecified
Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: plugins: svn
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
All svn commands, e.g. 'svn update', from dolphin fail if the repositories
local path contains spaces. A quick check on the command executed by dolphin
shows
svn update /path/with spaces/to repository
instead of something like
svn update '/path/with spaces/to repository'
so I assume that something is wrong with the escaping of the path argument?
If I rename the directory names so that they do not contain spaces, everything
works fine.
Reproducible: Always
Steps to Reproduce:
1. checkout some svn repository to a path with spaces
2. svn update from dolphin
Actual Results:
svn command fails
Expected Results:
the command does not fail
--
You are receiving this mail because:
You are watching all bug changes.