Re: [Python.NET] cvs -> svn -> git history of Python for .NET

2016-09-11 Thread Denis Akhiyarov
Hi Tony, Thank you, this is exactly what I wanted. I can see the move below in the history. c:\Python\pythonnet>git clone https://github.com/pythonnet/pythonnet Cloning into 'pythonnet'... remote: Counting objects: 3000, done. remote: Total 3000 (delta 0), reused 0 (delta 0), pack-reused 2999 Rec

Re: [Python.NET] cvs -> svn -> git history of Python for .NET

2016-09-08 Thread Tony Roberts
Some files were moved some time after being imported from svn. You need to use --follow to follow renames/moves, i.e: git log --follow src/embed_tests/pyimport.cs All commits from svn were imported into git (and are still there). The one you mention is here: https://github.com/pythonnet/pythonnet