====== Subversion ======
PFC do not use anymore SVN. It uses [[:git|Git]] since March 2011.
* To checkout the latest development version by subversion use this command : svn co https://phpfreechat.svn.sourceforge.net/svnroot/phpfreechat/trunk phpfreechat
* To checkout a precise version of phpfreechat, you have to [[https://phpfreechat.svn.sourceforge.net/svnroot/phpfreechat/tags/|checkout a tag]] : svn co https://phpfreechat.svn.sourceforge.net/svnroot/phpfreechat/tags/1.0-final phpfreechat
(replace 1.0-final by the version you need)
* You can also browse by the web [[http://phpfreechat.svn.sourceforge.net/viewvc/phpfreechat/|the phpfreechat source code repository]].