Is my understanding of the following correct.
(for reference, see joomla tree)
trunk:- is the copy of code that is continually evolving
- receives merges from latest branch, and so for a while reflects the latest version of code.
branches:- offshoots of trunk (obviously) that encompass development path, and is in effect the working copy
tags:- snapshots of branch at various stages, and generally are the completed items for release.
or have I got something wrong here?
trunk, branches,tags.
Re: trunk, branches,tags.
Completely correct
Core Team member - Lead developer
'Making good things happen'
http://www.joomlatools.org - training, consulting and extension development
'Making good things happen'
http://www.joomlatools.org - training, consulting and extension development
Re: trunk, branches,tags.
Jinx wrote:Completely correct
bloody hell, it's only taken me 3 weeks for it to sink in.