/[Frey]/trunk/bin/checkout-js.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/bin/checkout-js.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 828 by dpavlin, Sat Dec 13 11:05:30 2008 UTC revision 1023 by dpavlin, Mon Jan 26 23:31:02 2009 UTC
# Line 1  Line 1 
1  cd static/js || exit  #!/bin/sh
2    
3    source bin/checkout-upstream.sh
4    
5  svn co http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid  cd static/js || exit
6    
7  wget -nc http://extjs.com/deploy/ext-2.2.zip  wget -nc http://extjs.com/deploy/ext-2.2.zip
8  unzip -u `ls -c ext*.zip | head -1`  unzip -u `ls -c ext*.zip | head -1`
9    
10  wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip  #wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip
11  unzip -u sql*.zip  #unzip -u sql*.zip
12    svn_upstream http://wwwsqldesigner.googlecode.com/svn/trunk/ sql
13    
14  svn checkout http://inputex.googlecode.com/svn/trunk/ inputex  # YUI
 svn checkout http://wireit.googlecode.com/svn/trunk/ wireit  
15    
16  function git_upstream() {  #svn_upstream http://inputex.googlecode.com/svn/trunk/ inputex
17          url=$1  #svn_upstream http://wireit.googlecode.com/svn/trunk/ wireit
18          dir=`echo $1 | sed -e 's!^.*/\([^/]*\).git$!\1!'`  git_upstream git://github.com/neyric/wireit.git
19          echo "** git $url -> $dir"  git_upstream git://github.com/neyric/inputex.git
         test -d $dir/.git && cd $dir && git pull || git clone $url && cd -  
 }  
20    
21  git_upstream git://github.com/BrianTheCoder/jquery-keyboard-navigation.git  # jquery based
22    
23  wget -nc http://blog.thejit.org/wp-content/jit.zip  svn_upstream http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid
24  unzip -u `ls -c jit*.zip | head -1`  
25    git_upstream git://github.com/BrianTheCoder/jquery-keyboard-navigation.git
26    
27  git_upstream git://github.com/nostrademons/jquery-combobox.git  git_upstream git://github.com/nostrademons/jquery-combobox.git
28    
29  function hg_upstream() {  # graphics
30          url=$1  
31          dir=`echo $1 | sed -e 's!^.*/\([^/]*\)$!\1!'`  wget -m http://blog.thejit.org/wp-content/jit.zip
32          echo "** hg $url -> $dir"  unzip -u `ls -c jit*.zip | head -1`
         test -d $dir/.hg && cd $dir && hg pull || hg clone $url && cd -  
 }  
33    
34  hg_upstream http://hg.mozilla.org/users/bsmedberg_mozilla.com/wordmap  hg_upstream http://hg.mozilla.org/users/bsmedberg_mozilla.com/wordmap
35    
36    svn_upstream http://flot.googlecode.com/svn/trunk/ flot

Legend:
Removed from v.828  
changed lines
  Added in v.1023

  ViewVC Help
Powered by ViewVC 1.1.26