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) »
  • Working with git
Pages: [1]

Author Topic: Working with git  (Read 314 times)

Roi

  • I’m new here
  • *
  • Posts: 6
  • Karma: 0
  • CiviCRM version: 4.5.6
  • CMS version: Drupal7.34
  • MySQL version: 5.5
  • PHP version: 5.4.34
Working with git
April 26, 2015, 11:52:30 pm
Hi,

My development configuration:
I work on netbeans on my Windows.
My civicrm site runs on a remote ubuntu-server to which I can ssh and ftp.
I need to make some changes to civicrm-core.

I would like to work with netbeans' git feature (in order to graphically see history in netbeans, committing from the IDE etc.) so I cloned my fork using the IDE, and created a project that uploads the files to my servers.

Now my server has a folder which is like my fork, but of course I can't just symlink to it from <drupal base>/sites/all/modules. I need to add all the stuff missing, and right now I am copying (without overriding existing files) from a tarball I downloaded from sourceforge.
I guess there is a more programmatic way for doing that.
The help on gitify explains the opposite of what I am trying to achieve (it starts from a tarball and then connects to github).

thanks,

Roi

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

This forum was archived on 2017-11-26.