[Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Thu Dec 11 22:29:49 CST 2008
A page in your DokuWiki was added or changed. Here are the details:
Date : 2008/12/11 22:29
User : kbulgrien
Edit Summary: How to do a "sparse" checkout with svn 1.5 of trunk and branches/1.x
@@ -21,8 +21,27 @@
====make====
* [[http://www.gnu.org/software/automake/manual/autoconf/Portable-Make.html#Portable-Make|Automake Manual Chapter]]
====Portable C/C++====
* [[http://www.gnu.org/software/automake/manual/autoconf/Portable-C-and-C_002b_002b.html#Portable-C-and-C_002b_002b|Automake Manual Chapter]]
+
+ ====SVN 1.5.x Sparse Checkout=====
+
+ To do a top-level repository checkout of trunk and branches/1.x so that a single ''svn up'' will update the whole checkout, the following has been tried and works:
+
+ cd /home/devel/crossfire
+ svn co --depth=immediates https://crossfire.svn.sourceforge.net/svnroot/crossfire .
+ for dir in arch jxclient maps server client metaserver sounds
+ do
+ svn update --depth=infinity ${dir}/trunk
+ done
+ for dir in arch maps server sounds client
+ do
+ svn update --depth=files ${dir}/branches
+ done
+ for dir in arch maps server client
+ do
+ svn update --depth=infinity ${dir}/branches/1.x
+ done
======Pre-Release Guide (WIP)======
=====Pre-Release Preparation=====
IP-Address : 70.242.228.82
Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1227737082
New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien
--
This mail was generated by DokuWiki at
http://wiki.metalforge.net/
More information about the crossfire-wiki
mailing list