schacon / hg-git

mercurial to git bridge, pushed to directly from the hg-git plugin in Hg
GNU General Public License v2.0
620 stars 71 forks source link

All it does is to copy 222 bytes #288

Closed gerroon closed 9 years ago

gerroon commented 9 years ago

Hi

I am trying this extension but all it does is to copy 222 bytes and create a .hg in the cloned folder. It looks like it copies all the folder structure alright but eventually they are all empty.It also never finishes the job.

I can clone fine from the same repo using git.

I tried both local and ssh folders.

Please let me know how to debug it.

durin42 commented 9 years ago

What are you cloning? What version of hg? What version of hg-git? etc

On Oct 27, 2014, at 1:16 PM, gerroon notifications@github.com wrote:

Hi

I am trying this extension but all it does is to copy 222 bytes and create a .hg in the cloned folder. It looks like it copies all the folder structure alright but eventually they are all empty.It also never finishes the job.

I can clone fine from the same repo using git.

I tried both local and ssh folders.

Please let me know how to debug it.

— Reply to this email directly or view it on GitHub.

gerroon commented 9 years ago

Hi

I am on Cygwin (I will try on Linx later)

Mercurial Distributed SCM (version 3.0.1) (see http://mercurial.selenic.com for more information)

I am not sure about the hg-git version. I installed it using easy_install.

I am trying to clone a git repo over ssh (hg clone git+ssh://...) . However I also tried local git repo (hg clone localrepo clone)

gerroon commented 9 years ago

Hi

It looks like hg clone was taking a very long time. I had some binary files in the repo. Anyway it seemed to finish it after half an hour.