[Crossfire-wiki] [Crossfire DokuWiki] page added: the_source
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Sun Aug 31 09:51:04 CDT 2014
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/08/31 09:51
User : saru
Edit Summary: Added the source download guide, this could probably be referred to in many other documents and would make any changes much easier to update.
====== Source Download Guide ======
This document outlines how to download the game source.
The source is available in 3 forms:
* Trunk - This is the latest current development build
* Tag - e.g. 1.60, 1.71 etc - The latest stable build
* Branch - Split builds
===== *Nix Source Download Guide =====
To get svn:
sudo apt-get install subversion
To check out the latest source use the following commands
=== Trunk ===
$ svn co https://svn.code.sf.net/p/crossfire/code/server/trunk server.svn
$ svn co https://svn.code.sf.net/p/crossfire/code/maps/trunk maps.svn
$ svn co https://svn.code.sf.net/p/crossfire/code/arch/trunk arch.svn
=== Tag ===
Here's how you download Tag and is using the 1.71.0 release as an example
$ svn co https://svn.code.sf.net/p/crossfire/code/server/tags/1.71.0 server.svn
$ svn co https://svn.code.sf.net/p/crossfire/code/maps/tags/1.71.0 maps.svn
$ svn co https://svn.code.sf.net/p/crossfire/code/arch/tags/1.71.0 arch.svn
===== Windows Source Download Guide =====
=== Tortoisesvn ===
To access the latest version of crossfire from sourceforge, a Windows compatible tool to access the source files is called tortoisesvn which is available [[http://tortoisesvn.net/downloads.html|here]].
The interface is built into the windows environment, to access the repository create a new folder such as "crossfire files" and right click on this folder. You will see the following option menu now available:
{{images:navigating_to_tortoisesvn.png|}}
Select "Repo-browser". When asked, use this URL: https://svn.code.sf.net/p/crossfire/code
{{svn_url_request.png|}}
After a short time you should now see a window with the current directory structure of crossfire.
{{browsing_the_repository.png|}}
You can now start checking out directories you are interested in. Note: that the branches (trunk, stable etc) are within these directories so do not check-out from the root directory unless you want to download _everything_.
To checkout a directory simply right click and select checkout:
{{images:checking_out1.png|}}
and then choose where to save the downloaded files:
{{images:checking_out2.png|}}
IP-Address : 59.167.121.117
Old Revision: none
New Revision: http://wiki.metalforge.net/doku.php/the_source
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list