The version control system for phpBB3 is git. The repository is available at http://github.com/phpbb/phpbb3.
- -7.i. Repository Structure
- --
-
- develop
The latest unstable development version with new features etc.
- - develop-*
Development branches of stable phpBB releases. Branched off ofdevelop
at the time of feature freeze. --
-
- phpBB3.0
develop-olympus
Development branch of the stable 3.0 line. Bug fixes are applied here.
- - phpBB3.1
develop-ascraeus
Development branch of the stable 3.1 line. Bug fixes are applied here.
-
- - phpBB3.0
- master
A branch containing all stable phpBB3 release points
- - tags
Released versions. Stable ones get merged into the master branch. --
-
release-3.Y-BX
Beta release X of the 3.Y line.
- release-3.Y-RCX
Release candidate X of the 3.Y line.
- release-3.Y.Z-RCX
Release candidate X of the stable 3.Y.Z release.
- release-3.0.X
Stable 3.0.X release.
- release-2.0.X
Old stable 2.0.X release.
-
-
7.ii. Commit Messages and Repository Rules
- -Information on repository rules, such as commit messages can be found at http://wiki.phpbb.com/display/DEV/Git.
- -