User login

Drupal Meetup NH (Manchester) 2010 March 11 notes: Version Control

Church Site in Version Control

See notes on this and everything over at http://groups.drupal.org/node/55388

Version Control

Presented by Dan

Actual slides: https://docs.google.com/present/view?id=0ARentSHCzzc7ZGZyNW4zbWhfNDVndnd2NDRoaA

He loves Mercurial and Drush.

drush dl ds ns vs
drush en ds ns vs

DisplaySuite uses database persistence so you would not thin that there is a lot of VCS going on.

hg commit -m "message"
(often not a need to add first in hg, it does it automatically in many cases)

hg addremove
hg revert -r 1

Um, i reverted but the modules are still there?

Michelle-- but, why do you have to delete AND go back to revision 1?

(seems that he wouldn't -- this was just to demonstrate time travel)

in order to change the files -
hg update

hg revert / pull /push doesn't touch files

non-DVCS systems focus on files, DVCS focuses on changes in metadata

Distributed systems are commit before merge

both mercurial and git take a [some ridiculously long hash]
hash on the [path?]
and hash on the file

git - 1,000 c programs
mercurial probably written in two weeks

when i say update my files from yesterday
Michelle: ah, so they turn into question marks

we use subversion - TortoiseSVN - at work

the push-pull was him coming over and getting it from his repository, or me getting it from his

If i were to make this

a DVCS plus drush is so fast

Drupal went to the git model instead of the mercurial model

with Python, there's no reason you couldn't do a lot more Drupal-specific stuff -- think Drush integration.

the production script was two lines

it updates the files

community is on Git because that's where linux went

I say, see also:
http://drupalcampchicago.org/sessions/tools-and-methods-drupalorg-version-control-patching-and-issues

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • 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> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.