[Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien
no-reply_wiki at metalforge.org
no-reply_wiki at metalforge.org
Sun May 10 22:42:50 CDT 2009
A page in your DokuWiki was added or changed. Here are the details:
Date : 2009/05/10 22:42
User : kbulgrien
Edit Summary: Fix redundant command in svn-co.sh when checking out trunk.
@@ -25,8 +25,9 @@
====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 Scripts=====
+
====svn-co.sh====
@@ -124,9 +125,15 @@
for module in ${allmodules}
do
svn update --depth=infinity ${module}/${path}
done
- svn update --depth=infinity sounds/trunk
+ if [ "${COTYPE}" != "${COTYPE##branch*}" ]
+ then
+ #
+ # Branch needs trunk sounds
+ #
+ svn update --depth=infinity sounds/trunk
+ fi
fi
# Link the arch directory into the server directory tree.
#
IP-Address : 68.90.128.197
Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1242013131
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