I've been asked to look into version control with Drupal 7 and later 8. Has this been done successfully? How do devs handle version control?, what are the better tools? How does it work if one dev working on some part commits and it breaks something someone else is working on? Is there any documentation or video tuts I can investigate please. Many thanks Roger
On 23.01.2014 08:06, Roger wrote:
I've been asked to look into version control with Drupal 7 and later 8. Has this been done successfully? How do devs handle version control?, what are the better tools? How does it work if one dev working on some part commits and it breaks something someone else is working on? Is there any documentation or video tuts I can investigate please.
Many thanks Roger
They used PeForce at a place I worked at. I was impressed. I thought it was open source, but the Wiki blog says it isn't. I never liked Subversion. The way it has to put a file in every single subdirectory. Ugh. From: Dieter Lange <dieter_lange@online.de> To: support@drupal.org, Date: 01/23/2014 02:43 AM Subject: Re: [support] Drupal and versioning Sent by: support-bounces@drupal.org On 23.01.2014 08:06, Roger wrote:
I've been asked to look into version control with Drupal 7 and later 8. Has this been done successfully? How do devs handle version control?, what are the better tools? How does it work if one dev working on some part commits and it breaks something someone else is working on? Is there any documentation or video tuts I can investigate please.
Many thanks Roger
<http://en.wikipedia.org/wiki/Revision_control> -- [ Drupal support list | http://lists.drupal.org/ ]
On 1/23/14, 2:06 AM, Roger wrote:
I've been asked to look into version control with Drupal 7 and later 8. Has this been done successfully? How do devs handle version control?, what are the better tools? How does it work if one dev working on some part commits and it breaks something someone else is working on? Is there any documentation or video tuts I can investigate please.
Many thanks Roger The main version control used with Drupal (at least for core and the user modules hosted on drupal.org) is git, which uses a distributed repository model (a local directory off the root of the project, which can be connected to one or more remote repositories). This is the version control system used for the CODE of a site.
Drupal also has built in version control of content, calling it Revisions, allowing you to save old versions of content when you update entries. -- Richard Damon
https://drupal.org/node/991716 Jamie Holly http://hollyit.net On 1/23/2014 2:06 AM, Roger wrote:
I've been asked to look into version control with Drupal 7 and later 8. Has this been done successfully? How do devs handle version control?, what are the better tools? How does it work if one dev working on some part commits and it breaks something someone else is working on? Is there any documentation or video tuts I can investigate please.
Many thanks Roger
participants (5)
-
Dieter Lange -
Jamie Holly -
Philip_Wetzel@nhd.uscourts.gov -
Richard Damon -
Roger