Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
subversion [2013/08/09 20:23]
stiletto [Automatic SVN builds]
subversion [2017/12/21 12:45] (current)
robbbert [Subversion Repository]
Line 1: Line 1:
 ====== Subversion Repository ====== ====== Subversion Repository ======
 +---- 
 +<note important>​Please note this page is entirely out of date as SVN is no longer in use</​note>​
 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. 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 ===== 
-===== Getting the source ​using the command line ===== +---- 
- +{{   ::tortoise_checkout.png?​200|TortoiseSVN Checkout window}}
-{{ 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: Open a command prompt and change to the directory where you want to keep the sources. Then enter the following command:
Line 17: Line 17:
  
  
-===== Getting the source ​using TortoiseSVN ===== +===== 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. 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.
  
Line 25: Line 25:
  
 ===== Repository Browser ===== ===== Repository Browser =====
- +---- 
-Unofficially,​ [[http://​git.redump.net/​mame/​|cgit]] has been installed at [[http://​git.redump.net/​mame/​|Redump.net]] to browse the sources ​or view commits. +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]].+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 ===== ===== Automatic SVN Builds =====
- +---- 
-If installing SVN and compiling from source are too much for you, BobZ maintains ​[[http://​bobz38.free.fr/​mess_autobuild/​index.php|automatically updated daily 32-bit ​Windows 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.
- +