git-svn.perl: perform deletions before anything else
commit5ec514bd2f9b18463886df372ea1412fc61467de
authorSteven Walter <swalter@lexmark.com>
Thu, 9 Feb 2012 20:52:22 +0000 (9 15:52 -0500)
committerEric Wong <normalperson@yhbt.net>
Tue, 21 Feb 2012 21:37:31 +0000 (21 21:37 +0000)
tree6ae5e18c8078eaf7e760707534848e999ada2eb8
parent6aa17fc69bce19bcd412cf4b950e797767c87012
git-svn.perl: perform deletions before anything else

If we delete a file and recreate it as a directory in a single commit,
we have to tell the server about the deletion first or else we'll get
"RA layer request failed: Server sent unexpected return value (405
Method Not Allowed) in response to MKCOL request"

Signed-off-by: Steven Walter <stevenrwalter@gmail.com>
Acked-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl