git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* "clean" filter breaks git-svn
@ 2010-07-30  3:55 Matt Wozniski
  2010-07-30 20:31 ` Jonathan Nieder
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Wozniski @ 2010-07-30  3:55 UTC (permalink / raw)
  To: git

I'm playing around with smudge and clean filters, and I've discovered
that they seem to completely break git-svn.  When trying to fetch
commits A and B from the SVN repos, it will fetch A, and then clean(A)
is committed to my repository.  Then when it tries to fetch B, it is
horribly confused - it complains of a checksum mismatch, since the
md5sums of the files in A in the SVN repos don't match up with the
md5sums of the files in the clean(A) commit in git land.  Is this a
known problem?  And, are there any work arounds other than just not
using filters when using git-svn?  Could git-svn be made to accept the
md5sum of *either* A or clean(A) instead?

Thanks!

~Matt

PS - Please CC me if possible; I'm not subscribed

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-30 21:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-30  3:55 "clean" filter breaks git-svn Matt Wozniski
2010-07-30 20:31 ` Jonathan Nieder
2010-07-30 21:21   ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).