= Pulling the latest code from SVN = == Having a Peek == SVN repository: http://svn.freepbx.org/ (see also SvnMirrors) SVN web viewer: http://freepbx.org/trac/browser Note, that the below steps '''export''' the code, meaning you will not be able to modify the code and check in changes. If you are a developer, then see SvnTips == Export Trunk == To export the current freepbx development trunk: {{{ svn export http://svn.freepbx.org/freepbx/trunk freepbx-trunk }}} ''Note that the "freepbx-trunk" part at the end is optional, and specifies the local directory to put it into. If you omit it, it will be the name of the svn directory, in this case, "trunk"'' == Export Release Branch == To export the current freepbx 2.5 branch: {{{ svn export http://svn.freepbx.org/freepbx/branches/2.5 freepbx-2.5 }}} == Export Modules == The modules are downloadable from within freepbx admin, so you don't need to get them from here. The appropriate module version will be downloaded depending on which freepbx version you have installed. For 2.5: {{{ svn export http://svn.freepbx.org/modules/branches/2.5/ freepbx-modules-2.5 }}}