Posted by calebgilbert on July 28, 2009 at 6:48pm
Start:
2009-08-19 18:30 - 21:00 UTC Event type:
User group meeting
The next Sacramento DUG meeting is scheduled for Wednesday, August 19th, 2009 at the Hoppy Brewing Company at 6:30pm. Please leave a comment if you have something to present!

Comments
Wish I could make it.
Was hoping to be able to make it, unfortunately I can't. Next time!
Projection Screen
Whoever is kindly storing the projection screen, please remember to bring it to the SacDUG meeting tomorrow.
Thanks!
I sure will.
I sure will.
Notes from my presentation
Here are some notes from my presentation last night:
On a Mac, you must install:
Xcode Developer Tools: http://developer.apple.com/technology/Xcode.html
CVS Commands:
Checkout Drupal-HEAD:
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal checkout -P -d /path/to/drupal/root/directory/ drupalFor the rest of these, you must be in your drupal root directory for them to work.
Apply a patch to your Drupal install:
patch -p0 < /path/to/patch/directory/patchname.patchUpdate your Drupal install to most current HEAD:
cvs update -CPCreate a patch based on changes you have made to your Drupal install:
cvs diff -up > /path/to/patch/directory/patchname.patchUseful Web Links:
Novice Issues: http://drupal.org/project/issues/search/drupal?issue_tags=Novice
"My" Issues: http://drupal.org/project/issues/user
D.O CVS Handbook: http://drupal.org/handbook/cvs
All patches to review: http://drupal.org/project/issues/search/drupal?version[0]=156281&status[0]=8&status[1]=14
Nice Presentation
Shawn - That was a great presentation last night! Thanks for posting the CVS snippets.