My apologies for probably a very dumb question. But when i clone your repository (git clone http://git.drupal.org/sandbox/mikeryan/1234554.git drupal_to_drupal_data_migration), all what I get is an empty directory. What am I doing wrong?

Comments

WestFlame’s picture

uhm... for clarification... the subdir ".git" with repository itself is present (with two commits). But thats all.

mikeryan’s picture

Status: Active » Fixed

You need the 7.x-2.x branch, that's where the work is being done.

WestFlame’s picture

Ah... great, thanks. :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

thumb’s picture

Just to clarify, I'm experiencing the same issue using the git clone command shown on this sandbox project's page.

You may want to replace…

git clone http://git.drupal.org/sandbox/mikeryan/1234554.git drupal_to_drupal_data_migration

…with this.

git clone --branch 7.x-2.x http://git.drupal.org/sandbox/mikeryan/1234554.git drupal_to_drupal_data_migration

HappyJiyoung’s picture

@thumb! Thank you so much for your kind explanation with right link!! My first time ever learning git...and all this...so helpful...
@mikeryan Thank you so much for the great module and sharing! It's been several days...I am trying to learn/understand...and now will try your codes!!! All the Best!