From: Karl Hasselström Date: Sat, 17 May 2008 15:07:09 +0000 (+0200) Subject: Fix path duplication in git svn commit-diff X-Git-Tag: v1.5.6-rc1~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d72ab8c8921f74b64be029235d4d2cdd9dcb87b9?hp=d72ab8c8921f74b64be029235d4d2cdd9dcb87b9 Fix path duplication in git svn commit-diff Given an SVN repo file:///tmp/svntest/repo, trying to commit changes to a file proj/trunk/foo.txt in that repo with this command line git svn commit-diff -r2 HEAD^ HEAD file:///tmp/svntest/repo/proj/trunk gave the error message Filesystem has no item: File not found: transaction '2-6', path '/proj/trunk/proj/trunk/foo.txt' This fixes the duplication. Signed-off-by: Karl Hasselström Acked-by: Eric Wong Signed-off-by: Junio C Hamano ---