[issue1359] hg convert from git fails on Windows
esskov
mercurial-bugs at selenic.com
Thu Oct 23 10:52:15 UTC 2008
New submission from esskov <esskov at oncable.dk>:
I'm trying to migrate a git repos to hg. In principle the "hg convert -s git"
works fine, however all binary files are truncated to 1-2KB. My guess is that
somewhere in the process all the files are opened in *text mode* instead of
binary mode. The problem persists even when switching off the "autocrlf"
settings on both git and hg.
I'm using Mercurial 1.0.2 on Windows XP. I've tried both with the msysgit and
Cygwin versions of git - makes no difference.
----------
messages: 7649
nosy: esskov
priority: bug
status: unread
title: hg convert from git fails on Windows
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1359>
____________________________________________________
More information about the Mercurial-devel
mailing list