SVN Checkout and Composer Setup

Our SVN repo is hosted at CloudForge https://app.cloudforge.com/

 

Trunk

Note: Only commit stable code to trunk.

Changes committed to trunk get merged into the latest release branch as required.

Checkout the trunk:

svn checkout https://essentiallogic.svn.cloudforge.com/essentiallogic/metascale/trunk metascale-trunk

 

Release Branch

Changes are merged in from trunk.

Checkout the latest release branch:

svn checkout https://essentiallogic.svn.cloudforge.com/essentiallogic/metascale/branches/metascale-3.3

 

Project Branches

Project branches are copied from the latest metascale-3.3 branch and contain customisations specific to that project.

Changes are merged in from the latest metascale-3.3 release branch as they become available.

Checkout a project branch:

svn checkout https://essentiallogic.svn.cloudforge.com/essentiallogic/metascale/branches/ms-myproject-3.3

 

Install dependencies using Composer

cd path/to/checked-out-folder

composer install

composer run-script mamp-perms

Related nodes
$nodes = $this->node->getCollection()->getRelated();

No related nodes for this node