-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Identity-Map not working #52
Comments
Can you share a snippet from your file and the command you are using to run? |
sorry about my late response... I followed the syntax for the git author file, and used the same exact command as the readme file had with --identity-map authors.txt. I ended up forking the repo, and changing all the dictionary of the authors to use string instead of a ByteArray, You can see it here |
Hm, that is really strange. I also use the option and it is working properly here without your changes |
Do you maybe have an MVCE to reproduce the problem? I really wonder why it works for me but not for you. |
I too have this issue currently, but I've successfully used the tool previously in a different environment. The successful env was Ubuntu (ec2 instance created for the sole purpose) and the ignoring of the authors file is happening for me when trying on a centos7 box. (Different workplace meaning I can't use ec2). Do you have a centos box to check it on? Cheers |
Also didn't work on an Ubuntu box. My next test will be to use an older version of this lib, back to when it worked for me |
Ok resolved for me, I was using the wrong format for this file. I had previously used |
Seems like the application is ignoring my identity-map file. I'm using the git-svn syntax in the file, and when i run svn-all-fast-export, it seems like it either thinks I'm not passing anything to that part or ignores it completely. any ideas?
The text was updated successfully, but these errors were encountered: