Bug 369141

Summary: svn commands fail in path containing spaces
Product: [Applications] dolphin Reporter: Frank Fischer <frank-fischer>
Component: plugins: svnAssignee: Sebastian Dörner <sebastian>
Status: RESOLVED FIXED    
Severity: normal CC: dolphin-bugs-null, frank-fischer, mail
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

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.