
19 Mar
2012
19 Mar
'12
12:21 a.m.
Daniel James <dnljms@gmail.com> writes:
I don't think so. John's SVN->Git conversion knows about svn mv operations, but if you delete and recreate a file somewhere else it isn't going to realize you moved something.
It doesn't really matter whether the conversion understands 'svn mv', since git doesn't track moves. So moving one file over another in a single commit makes that difficult.
No, to Git it doesn't matter, but the aspect of my SVN->Git converter which will break files groups into submodules automatically it does matter. John