Version Control and Drupal

I’ve
been using open source software and developing php for a decade or so
now - but until recently the two have been fairly seperate.

Now I’m working on Drupal I need to keep track of my work - and merge in the changes from ‘upstream’.

here’s the useful info I found …

Drupal advise
Drupal.org » Forum » Support » Post installation : Repository setup
http://drupal.org/node/118936

Vendor Branches
http://svnbook.red-bean.com/en/1.0/ch07s04.html

Subversion Externals
http://svnbook.red-bean.com/en/1.0/ch07s03.html

svn load dirs (need for upgrading the vendor release)
http://docs.ofbiz.org/display/OFBIZ/SVN+Tips+-+svn_load_dirs+Vendor+Branch

CVS to subversion scripts
http://drupal.org/node/71232

Update Status (to track new modules)
http://drupal.org/project/update_status

In the end I’ve decided to put all my projects in one repository
(I’ll need to upgrade trac 0.11 soon to host project management on a
per project basis)

Each project has a copy of drupal core + contrib modules I plan to use svn:externals to link in my own modules

Tags

Post new comment

Got something to add - just enter a comment
all other fields are optional.

Your email address will not be published.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image without spaces, also respect upper and lower case.