[Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien

no-reply_wiki at metalforge.org no-reply_wiki at metalforge.org
Fri Dec 12 00:27:29 CST 2008


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2008/12/12 00:27
User        : kbulgrien
Edit Summary: Fix some bugs in svn-co.sh

@@ -23,8 +23,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====
  
  This script can do svn 1.5.x sparse checkouts or pre-1.5 checkouts.  Set the if true/false as desired to get trunk, branch or both, but do not select both SVN 1.5.x Sparse Checkout and Pre-SVN 1.5 Checkout. 
@@ -64,9 +65,9 @@
      # Branches/1.x
      #
      if true
      then
-       for file in arch client jxclient maps metaserver server sounds
+       for file in arch client maps server
        do
          DIR="${file}/branches/1.x/"
          if [ ! -d "${DIR}" ]
          then
@@ -83,18 +84,18 @@
    #
    if true
    then
      svn co --depth=empty https://crossfire.svn.sourceforge.net/svnroot/crossfire .
-     for dir in arch maps server client sounds
+     for dir in arch client jxclient maps metaserver server sounds
      do
        svn update --depth=files ${dir}
      done
      #
      # Trunk
      #
      if true
      then
-       for dir in arch maps server client sounds
+       for dir in arch client jxclient maps metaserver server sounds
        do
          svn update --depth=infinity ${dir}/trunk
        done
      fi
@@ -102,9 +103,9 @@
      # Branch
      #
      if true
      then
-       for dir in arch maps server sounds client
+       for dir in arch maps server sounds client sounds
        do
          svn update --depth=files ${dir}/branches
        done
        for dir in arch maps server client


IP-Address  : 70.242.228.82
Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1229063041
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