SVN history gets lost in git

We recently migrated a project from svn to git. Before moving on to git, some folders were reorganized into svn.

Now git does not show the full history of files in folders that have been moved / renamed to svn.

Any ideas how we can get git to show the full story? (--follow did not help)

+5
source share
1 answer

Please note that it gitdoes not save the history in any form, it only stores the contents of files under their current names. He can (try) restore the story afterwards by looking for similar content, that’s all. I usually add. This is usually a very good job.

: , , . (, cp, mv,...), , . .

0

All Articles