From f7845464cb482a916d6921df2877d13daa2e6815 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sat, 15 Nov 2008 16:56:44 +0100 Subject: Removed svn tutorial and added git instructions --- downloads.php | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'downloads.php') diff --git a/downloads.php b/downloads.php index 85f7dd3..b7cb5ba 100644 --- a/downloads.php +++ b/downloads.php @@ -46,24 +46,27 @@ manually.

-

Subversion access

+

Development version

-

The latest version is always available from Subversion, see the -Subversion instructions at -SourceForge. The client module is named tmw. For checking out the latest -development version (trunk) of the client this means to use the command:

+

The latest versions of our projects are always available from their +Git +repositories on Gitorious. For checking out the latest development version +of the client you can use the command:

-svn co https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk tmw
+git clone git://gitorious.org/tmw/mainline.git tmw
 
-

For more instructions you can also read our small guide on -how to use SVN. Use the SVN version only if -you're interested in testing the latest changes.

+

For more instructions and information about other projects like the server +and the dynamic data, please check our +Git wiki +page. +

-Note: Currently trunk development is based on our own server which can be -found in the tmwserv module. If you're interested in the latest version -able to connect to eAthena, check out the 0.0 branch. +Note: Currently development on the master branch is based on our own +server, tmwserv. If you're interested in the latest version +of the client that is able to connect to eAthena, check out the 0.0 +branch in the tmw Git repository.