I've also try to use git-svn on my Windows machine and encounter an error:
fatal error - unable to remap cygdb-4.2.dll to same address as parentAfter some googling I've found similar problem for python on cygwin(git-svn uses perl).
Again 2-step solution:
- Exit all Cygwin processes and stop all Cygwin services.Execute ash from Start/Run... or a cmd or command window. In my case that was ssh,init, svn services and cygwin terminal.
- /bin/rebaseall
2 comments:
Exactly what I was looking for, thanks for sharing this solution!
BR,
Jukka Zitting
Wow thanks for sharing this! I think you helped a lot of people this!
Post a Comment