[darcs-devel] [patch1968] fix file path encoding in convert export command
Ganesh Sittampalam
bugs at darcs.net
Sat Jul 4 15:21:46 UTC 2020
Ganesh Sittampalam <ganesh at earth.li> added the comment:
Sorry for failing to follow up at all so far. I've attached the
failing output for now.
__________________________________
Darcs bug tracker <bugs at darcs.net>
<http://bugs.darcs.net/patch1968>
__________________________________
-------------- next part --------------
convert_export (Darcs3) (PatienceDiff): [Failed]
|
| # only run if git present
| git --version | grep -i "git version" || exit 200
| + git --version
| + grep -i 'git version'
|
| rm -rf R
| + rm -rf R
| darcs init --repo R # Create our test repos.
| + darcs init --repo R
| cd R
| + cd R
| mkdir d e # Change the working tree.
| + mkdir d e
| echo 'Example content.' > d/f
| + echo 'Example content.'
| darcs record -lam 'Add d/f and e.'
| + darcs record -lam 'Add d/f and e.'
|
| # one more change, this time with non-ASCII file name, comment, and content
| # as well as a space in the file name
| # see http://bugs.darcs.net/issue2359
| echo 'Liebe GrüÃe' > e/'"Liebe\ GrüÃe'
| + echo 'Liebe GrüÃe'
| test: line 41: e/"Liebe\ GrüÃe: No such file or directory
More information about the darcs-devel
mailing list