Closed (fixed)
Project:
Drupal-to-Drupal data migration
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2012 at 09:42 UTC
Updated:
16 Jul 2012 at 06:44 UTC
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
Comment #1
WestFlame commenteduhm... for clarification... the subdir ".git" with repository itself is present (with two commits). But thats all.
Comment #2
mikeryanYou need the 7.x-2.x branch, that's where the work is being done.
Comment #3
WestFlame commentedAh... great, thanks. :)
Comment #5
thumb commentedJust 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_migrationComment #6
HappyJiyoung commented@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!