versioning

Events happening in the community are now at Drupal community events on www.drupal.org.
BCaron's picture

Video of the Making of Energy.gov

Here is the video from the Webex (sorry for any audio issues) about the making of Energy.gov. The ESIP Federation wants to thank Phase2 Technology for sharing this really valuable knowledge, and for contributing this code back to the community.

Read more
cityemp's picture

SVN Structure

Hi,

I am setting up a new Drupal site. As far as SVN goes I am looking at the best practices. how existing SVN structures have been modeled. I am thinking of just having the sites folder in the SVN but am open to suggestions. Also how did you create the branches - Split between two thoughts - One to have each release as a branch and the other create a separate branch for module / theme / scripts / files.

I am looking at various options and looking forward for some advice.

Thanks!

Read more
awebb's picture

Presentation on managing Drupal projects with Git and GitHub

I just thought I post a little information about a presentation I am going to be giving at the October meetup. At the last meetup, I was asked if I would mind giving a presentation on the use of GitHub in managing Drupal projects. We have pretty much switched all of our development versioning to Git at CollectiveColors.com, because it has shown to have significant benefits in our own development processes.

Git makes it easier for us because:

  1. It allows us to better collaboratively develop our software while minimizing the impact of code conflicts.
  2. Allows us to easily track what we have developed.
  3. Branching and merging of repositories is a breeze.
  4. It is very easy to turn any directory tree into a Git repository.
  5. Git submodules are perfect for Drupal development.

We have learned a lot of really cool methods for managing software projects using Git and GitHub, so we figured that we would share some of what we have learned in our journey so far. Although, I have a rough outline of what I want to talk about during this presentation, I am open to hearing your suggestions, after all I'm not presenting to myself.

So what I am thinking so far? ...

Read more
Subscribe with RSS Syndicate content