[[PhplistDevelopment phplist Development]] ---- ====Note: this page is now obsolete. As of November 2008, the source code has moved to [[PhplistSVN Subversion]]==== =====CVS for phplist ===== Pulling off CVS has a few steps, where you have to combine a few modules into one in order to make it work. To pull the **latest development version** from CVS you would do (example is for anonymous CVS access) %%cvs -d:pserver:anonymous@phplist.cvs.sourceforge.net:/cvsroot/phplist co phplist cd phplist/public_html/lists/admin cvs -d:pserver:anonymous@phplist.cvs.sourceforge.net:/cvsroot/phplist co commonlib%% and if you want the FCKeditor as well, add %%cvs -d:pserver:anonymous@phplist.cvs.sourceforge.net:/cvsroot/phplist co -d FCKeditor _FCKeditor/FCKeditor2.3.2%% To pull the **latest stable version** from CVS you would do (example is for anonymous CVS access) the current tag is phplist-version-2-10-x %%cvs -d:pserver:anonymous@phplist.cvs.sourceforge.net:/cvsroot/phplist co -r phplist-version-2-10-x phplist cd phplist/public_html/lists/admin cvs -d:pserver:anonymous@phplist.cvs.sourceforge.net:/cvsroot/phplist co -r phplist-version-2-10-x commonlib%% and if you want the FCKeditor as well, add %%cvs -d:pserver:anonymous@phplist.cvs.sourceforge.net:/cvsroot/phplist co -r phplist-version-2-10-x -d FCKeditor _FCKeditor/FCKeditor2.3.2%% there are also some docs that still need transferring to this Wiki, and you can pull them out with %%cvs -d:pserver:anonymous@phplist.cvs.sourceforge.net:/cvsroot/phplist co devdocs%% ---- CategoryDevelopment