vcs-svn: handle filenames with dq correctly
commit1ae469b06c50aade4781931ca1587453082f57eb
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 11 Dec 2010 23:08:51 +0000 (11 17:08 -0600)
committerJonathan Nieder <jrnieder@gmail.com>
Mon, 7 Mar 2011 07:43:58 +0000 (7 01:43 -0600)
tree2382f8a7fba8042094676ea3f29d7db85581e52e
parente43581120843f6f55f411af470faf806e052ad9d
vcs-svn: handle filenames with dq correctly

Quote paths passed to fast-import so filenames with double quotes are
not misinterpreted.

One might imagine this could help with filenames with newlines, too,
but svn does not allow those.

Helped-by: David Barr <daivd.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: David Barr <david.barr@cordelta.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
vcs-svn/fast_export.c