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
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.
Unofficially, cgit has been installed at Redump.net to browse the source or view commits. You can optionally also view commits at Dorando's MESS SVN History, or monitor the wiki sidebar.
If installing SVN and compiling from source are too much for you, unfortunately no one currently maintains automatically updated daily Windows SVN builds.