Bug 369141 - svn commands fail in path containing spaces
Summary: svn commands fail in path containing spaces
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: plugins: svn (show other bugs)
Version: 16.12.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Sebastian Dörner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-21 06:30 UTC by Frank Fischer
Modified: 2018-05-15 20:09 UTC (History)
3 users (show)

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 Frank Fischer 2016-09-21 06:30:09 UTC
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
Comment 1 Julian Steinmann 2018-05-15 18:48:09 UTC
Does this still happen with newer versions of Dolphin & the SVN plugin?
Comment 2 Frank Fischer 2018-05-15 20:09:43 UTC
No, it seems to work now. Thanks a lot.