/[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 177 by dpavlin, Sun Aug 31 14:51:06 2008 UTC revision 193 by dpavlin, Tue Oct 28 17:06:59 2008 UTC
# Line 1  Line 1 
1  cd static/js || exit  cd static/js || exit
2  svn co http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid  svn co http://ext-ux-livegrid.googlecode.com/svn/trunk/ ext-ux-livegrid
3  wget -nc http://extjs.com/deploy/ext-2.1.zip  wget -nc http://extjs.com/deploy/ext-2.2.zip
4  unzip -u ext*.zip  unzip -u `ls -c ext*.zip | head -1`
5  wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip  wget -nc http://ondras.zarovi.cz/sql/sql-2.1.1.zip
6  unzip -u sql*.zip  unzip -u sql*.zip
7  svn checkout http://inputex.googlecode.com/svn/trunk/ inputex  svn checkout http://inputex.googlecode.com/svn/trunk/ inputex
8  git clone git://github.com/BrianTheCoder/jquery-keyboard-navigation.git  svn checkout http://wireit.googlecode.com/svn/trunk/ wireit
9    test -d jquery-keyboard-navigation && cd jquery-keyboard-navigation && git pull || git clone git://github.com/BrianTheCoder/jquery-keyboard-navigation.git

Legend:
Removed from v.177  
changed lines
  Added in v.193

  ViewVC Help
Powered by ViewVC 1.1.26