CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • git clone fails
Pages: [1]

Author Topic: git clone fails  (Read 671 times)

wellebee

  • I’m new here
  • *
  • Posts: 8
  • Karma: 0
  • CiviCRM version: 4.4
  • CMS version: Drupal 6/7
  • MySQL version: 5.1
  • PHP version: 5.3
git clone fails
September 19, 2012, 01:09:39 pm
I am trying to follow the guidance on wiki.civicrm.org/confluence/display/CRMDOC42/Git+Version+Control+for+CiviCRM to clone the svn mirror. Both a full clone as well as a depth-limited clone are failing. I would appreciate any help.
--
frob:projects keithm$ git clone git://gitorious.org/civicrm/civicrm.git
Cloning into civicrm...
remote: Counting objects: 489953, done.
remote: Compressing objects: 100% (118692/118692), done.
remote: Total 489953 (delta 355616), reused 480890 (delta 347891)
Receiving objects: 100% (489953/489953), 413.35 MiB | 199 KiB/s, done.
Resolving deltas: 100% (355616/355616), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

frob:tmp keithm$ git clone --depth 1 git://gitorious.org/civicrm/civicrm.git
Cloning into civicrm...
remote: Counting objects: 133289, done.
remote: Compressing objects: 100% (58282/58282), done.
remote: Total 133289 (delta 91380), reused 106061 (delta 68200)
Receiving objects: 100% (133289/133289), 205.15 MiB | 219 KiB/s, done.
Resolving deltas: 100% (91380/91380), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: git clone fails
September 19, 2012, 04:05:27 pm
Currently there are few issues with regard to git migration, we plan to resolve them soon.

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • git clone fails

This forum was archived on 2017-11-26.