Jump to Main Content

SVN Index

SVN Crossfire Repository

On 2006-Sept-19, Crossfire migrated from CVS to SVN - which was chosen due to desired key features that were voted upon via the mailing list and the wiki.

SVN Information

General Commands:

To download the entire Crossfire project (~6.8Gb as of 2011-December-01):

  • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire

The general commands to check out (download) an individual module (archetypes, client, maps, server, map editor, et al) & all versions (branches, tags and trunk) is the following:

  • Archetypes (at 1019M)
    • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch
  • Client (at 106M)
    • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client
  • JX Client (at 195M)
    • svn co https://crossfire.svn.sourceforge.net/svnroot/jxclient/
  • Maps (at 3.2G)
    • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps
  • Server (at 290M)
    • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server
  • Gridarta Map Editor (at 73M)
    • svn co https://gridarta.svn.sourceforge.net/svnroot/gridarta

Note: More information is available in regards to Gridarta SVN repository and development status.

Branches, Tags & Trunk Information:

You will also notice that there are directories labeled as branches, trunk and tags.

  • The branches directory was for 1.x development, which is now been replaced by trunk with the 1.50.0 release
    • IMPORTANT:
    • Support and development on version 1.12 and earlier has been discontinued as of the 1.50.release
    • Only versions 1.12.0 of the client, or SVN revision 12303 of the client, is compatible with 1.12.0 and earlier servers
  • The trunk directory is the latest development changes going only into 2.0 when it is released
  • The tags directory are official releases of Crossfire

Unless doing development it is recommended to use the 1.60.0 tag until 2.0 is released. It is *NOT* recommended to run or use version 1.50.0 and earlier.

Notice: It is highly recommend that you use a trunk map set with a trunk server and a tags map set with a tags server as incompatible changes may occur. Meaning a map in trunk may only work with the trunk server and vice versa.

Branch, Tags & Trunk Commands:

The commands to check out a specific directory is the following:

Note: The commands, below, presume you are in the directory where the archetypes, client, maps or server currently reside.

  • Tags:
    • Archetypes (at 155M)
      • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/tags/1.60.0
    • Client (at 14M)
      • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/tags/1.60.0
    • Maps (at 449M)
      • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/tags/1.60.0
    • Server (at 46M)
      • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/tags/1.60.0
  • Trunk:
    • Archetypes (at 161M)
      • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/trunk
    • Client (at 14M)
      • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/client/trunk
    • Maps (at 441M)
      • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/trunk
    • Server (at 46M)
      • svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/trunk

It is also possible to checkout files from SVN and have them install to a remote directory. This is accomplished by adding the file path to the end of the SVN command.

For instance:

svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/tags/1.60.0 /path/to/map/directory/

Or, more specifically:

svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/1.60.0 /share/crossfire/maps/

This would check out the latest changes to maps 1.60.0 tag and place them in the /share/crossfire/maps/ directory.

Browse the SVN Repository

Latest SVN changes and history is available at: http://crossfire.svn.sourceforge.net/viewvc/crossfire/

Building from Source - Notes

Content and instructions is now maintained at the Crossfire Wiki, http://wiki.metalforge.net/doku.php/crossfire_compile_guide