On Friday, May 3, 2013 11:16:26 AM UTC+2, Geoff Ballinger wrote: > > Is there anything I can do about this or do we have to accept this as part > of the cost of moving to git? >
The short answer is yes. At least, that's what I experienced when doing similar experiments with git-svn: You can't trace history across repositories. This would probably require some smarter tool that would be able to trace content by file-path, following SVN moves through history. In some cases, it is possible to stitch history together from separate git-svn clones using git grafts. Not sure if this will work in your case, but here's a simple example: http://blog.tfnico.com/2010/10/gitsvn-6-grafting-together-svn-history.html -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
