Subversion

PFC do not use anymore SVN. It uses 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 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 the phpfreechat source code repository.
Fork me on GitHub