git-svnimport: Don't assume that copied files haven't changed
authorKarl Hasselström <kha@treskal.com>
Fri, 7 Apr 2006 06:06:09 +0000 (08:06 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 7 Apr 2006 09:11:33 +0000 (02:11 -0700)
Don't assume that a file that SVN claims was copied from somewhere
else is bit-for-bit identical with its parent, since SVN allows
changes to copied files before they are committed.

Without this fix, such copy-modify-commit operations causes the
imported file to lack the "modify" part -- that is, we get subtle data
corruption.

Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found