====== Subversion Repository ====== ---- Please note this page is entirely out of date as SVN is no longer in use MESS currently uses [[http://subversion.tigris.org/|Subversion]] as its version control system. Read only access is available for anonymous users and write access for developers. You can either use the standard command line version of Subversion, or (if you are on Windows) the excellent [[http://tortoisesvn.tigris.org/|TortoiseSVN]] front-end. ===== Getting the Source using the Command Line ===== ---- {{ ::tortoise_checkout.png?200|TortoiseSVN Checkout window}} Open a command prompt and change to the directory where you want to keep the sources. Then enter the following command: > svn checkout svn://dspnet.fr/mame/trunk This will create a directory named "''mess''" and download the current revision of the MESS source code. You don't need to re-download everything if you want to update it; change to the ''mess'' directory and use this command to just download the changed files: > svn update ===== Getting the Source using TortoiseSVN ===== ---- Install TortoiseSVN and open the directory where you want to store MESS, for example ''C:\''. Right click to get the Windows context menu and select //SVN Checkout//. A window will open like the one on the screenshot to the right where you can select the repository and destination. Enter ''svn:%%//%%dspnet.fr/mame/trunk'' as URL and under //Checkout directory// the directory where TortoiseSVN should download the sources to, for example ''C:\mess''. Click //OK// to start the download. When it's finished, you will have the complete source of MAME and MESS in the folder you specified. If you later want to update the sources to the current version, open the folder where you stored the sources (in our example, ''C:\mess''), right click and select //SVN Update//. TortoiseSVN will now update your sources to the current version. ===== Repository Browser ===== ---- Unofficially, [[http://git.redump.net/mame/|cgit]] has been installed at [[http://git.redump.net/mame/|Redump.net]] to browse the source or view commits. You can optionally also view commits at [[http://mess.dorando.at/svn|Dorando's MESS SVN History]], or monitor the [[sidebar|wiki sidebar]]. ===== Automatic SVN Builds ===== ---- If installing SVN and compiling from source are too much for you, unfortunately no one currently maintains automatically updated daily Windows SVN builds.