[Crossfire-wiki] [Crossfire DokuWiki] page changed: downloading
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Fri Dec 1 20:42:36 CST 2006
A page in your DokuWiki was added or changed. Here are the details:
Date : 2006/12/01 20:42
User : leaf
Edit Summary: Replacing old CVS content with updated SVN content
@@ -5,11 +5,57 @@
===== SourceForge Releases =====
* http://sourceforge.net/project/showfiles.php?group_id=13833
- ==== CVS via SourceForge ====
+ ==== SVN via SourceForge ====
- Use the following CVS Checkout command(s):
- (Careful of line wrap, command should be all on one line..)
- * cvs -z3 -d:pserver:anonymous at crossfire.cvs.sourceforge.net:/cvsroot/crossfire co crossfire
- * cvs -z3 -d:pserver:anonymous at crossfire.cvs.sourceforge.net:/cvsroot/crossfire co maps-bigworld
- * cvs -z3 -d:pserver:anonymous at crossfire.cvs.sourceforge.net:/cvsroot/crossfire co client
+ The general commands to check out a module (archtypes, client, maps, server map editor, et al) is the following:
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/arch
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/client
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/maps
+ * svn co https://svn.sourceforge.net/svnroot/gridarta
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/server
+
+ ==== Trunk & Branch: ====
+
+ You will also notice that there are directories labaled as trunk and branch.
+
+ The trunk is the latest development changes going only into 2.0 when it is released.
+
+ The 1.x branch is for continued 1.x development, including only small bugfixes and minor features.
+
+ Unless doing development it is recommended to use the 1.x branch until 2.0 is released.
+ * Development , recent updates and latest features == trunk
+ * Tested & stable features, bug fixes, etc. == branch
+
+ Notice: It is highly recommend that you use a trunk mapset with a trunk server and a branch mapset with a branch server as incompatable changes may occur. Meaning a map in trunk may only work with the trunk server and vice versa.
+
+
+ === Trunk & Branch 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.
+
+ * Branch:
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/arch/branches/1.x
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/client/branches/1.x
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/maps/branches/1.x
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/server/branches/1.x
+ * Trunk:
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/arch/trunk
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/client/trunk
+ * svn co https://svn.sourceforge.net/svnroot/crossfire/maps/trunk
+ * svn co https://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://svn.sourceforge.net/svnroot/crossfire/maps/branches/1.x /path/to/map/directory/
+
+ Or, more specifically:
+ svn co https://svn.sourceforge.net/svnroot/crossfire/maps/branches/1.x /share/crossfire/maps/
+
+ This would check out the latest changes to maps 1.x branch and place them in the /share/crossfire/maps/ directory.
+
+ ==== Browse the SVN Repository ====
+ Latest SVN changes and history is availble at: http://crossfire.svn.sourceforge.net/viewvc/crossfire/
IP-Address : 65.193.16.100
Old Revision: http://wiki.metalforge.net/doku.php/downloading?rev=1165026861
New Revision: http://wiki.metalforge.net/doku.php/downloading
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list