PHP Bulletin Board Home  
About CVS (passage from sf.net)

CVS (Concurrent Versions System) is a tool used by many software developers to manage changes within their source code tree. CVS provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of CVS is particularly common on projects with multiple developers, since CVS ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree.

In order to access a CVS repository, you must install a special piece of software called a CVS client. CVS clients are available for most any operating system. Information about CVS client software may be found in the sourceforge.net document titled, "Recommended User Software Configuration".



CVS checkins mailing list

For those interested in phpBB Development are able to subscribe to the checkins mailing list. You will be notified about every code change we make to the 2.0.x or MAIN branch.

Previous checkins can be viewed within the mail archive.

Grabbing phpBB CVS

NOTE: CVS code is work in progress. You use this software entirely at your own risk. NO support is offered for any CVS installation whether it's 2.0.x or 3.0.x. so please do not ask!

Stable downloads are offered at http://www.phpbb.com/downloads.php.

For information on phpBB please visit our main website at http://www.phpbb.com/.


phpBB 3.0.x CVS

phpBB 3.0.x is the stable release line of phpBB at this time. phpBB 3.0.x introduces a significant number of core changes to various routines and functions as well as the database schema. We do not recommend you use this unless you know what you are doing. Stable, supported releases of the 3.0.x line can be found on our downloads page as noted above.

phpBB 3.1.x CVS

phpBB 3.1.x is the next development line of phpBB. We heavily recommend that you do not use this code unless you are very comfortable with manual database work, editing of PHP files, etc.



login (password is empty):
cvs -d:pserver:anonymous@phpbb.cvs.sourceforge.net:/cvsroot/phpbb login

checkout:
cvs -d:pserver:anonymous@phpbb.cvs.sourceforge.net:/cvsroot/phpbb -z5 co -r phpBB-3_0_0 phpBB2

update:
cvs -d:pserver:anonymous@phpbb.cvs.sourceforge.net:/cvsroot/phpbb -z3 update -d -P phpBB2

login (password is empty):
cvs -d:pserver:anonymous@phpbb.cvs.sourceforge.net:/cvsroot/phpbb login

checkout:
cvs -d:pserver:anonymous@phpbb.cvs.sourceforge.net:/cvsroot/phpbb -z5 co phpBB2

update:
cvs -d:pserver:anonymous@phpbb.cvs.sourceforge.net:/cvsroot/phpbb -z3 update -d -P phpBB2


phpBB 3.1.x Daily Snapshots

phpBB 3.1.x is the next development branch of phpBB. We heavily recommend that you do not use this code unless you are very comfortable with manual database work, editing of PHP files, etc.


21st January 2008 22:31 GMT+2
Download [ 1.56 MB]

60d1e47b811d3d50347d905109668ba3

20th January 2008 22:36 GMT+2
Download [ 1.56 MB]
7e6dcbe11e07fba30ba8a6527f33a77d

19th January 2008 22:30 GMT+2
Download [ 1.56 MB]
eaeb13b14de1b0925fad17a3cd33585c

18th January 2008 22:32 GMT+2
Download [ 1.56 MB]
dae17e50cbf229409a51e8a73b32f828

17th January 2008 12:12 GMT+2
Download [ 1.56 MB]
12cd3280ddd573afc68f2095c0dba016




SourceForge Logo