--config-dir paths with spaces break the module
mikesmullin - April 6, 2009 - 02:05
| Project: | Version Control API -- Subversion backend |
| Version: | 5.x-2.0-rc2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
the svn --config-dir argument needs to be able to accept paths with spaces in them. therefore, paths must be escaped using escapeshellarg().
(see attached patch for example)
| Attachment | Size |
|---|---|
| svnlib.inc_.patch | 595 bytes |

#1
Cool, thanks, applied to HEAD.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.
#3
this also needs fixing in 5.x branch...