Community
Participate
Working Groups
Build Identifier: Version: 3.7.1 Build id: R3_7_1 Have project named 'OpenMP Tests'. Setup remote sync with fairly default path of: /home/orion/git/OpenMPTests/OpenMP Tests When it tries to sync I get: Synchronization error for project OpenMP Tests: remote git init failed with message: /bin/sh: line 0: cd: /home/orion/git/OpenMPTests/OpenMP: No such file or directory remote git init failed with message: /bin/sh: line 0: cd: /home/orion/git/OpenMPTests/OpenMP: No such file or directory It appears that it is dropping the space from the filename. Reproducible: Always Steps to Reproduce: 1. Setup remote sync project with space in remote location path 2. sync
Confirmed. Actually the handling of file names with spaces and odd characters was fixed earlier (bug #354893). This seems to be a problem only with the remote location path.
Fixed in master and ptp_5_0 by applying escaping code from Bug 354893 to directories.