File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33#
44# --- BATCH-EXEC-T2SDE.C ---
55#
6- # This downloads T2 SDE Source Code and Handbook
7- # using Subversion .
6+ # This downloads T2 SDE Source Code and Handbook using Subversion.
7+ # Please change the version numbers to suit your needs .
88#
99#
1010# To run this program:
1818
1919int main (int argc , char * argv [])
2020{
21- system ("svn co https://svn.exactcode.de/t2/tags/24.8 02-t2sde-24.8 " );
21+ system ("svn co https://svn.exactcode.de/t2/tags/25.4 02-t2sde-25.4 " );
2222 system ("svn co https://svn.exactcode.de/t2/trunk 02-t2sde-trunk" );
2323 system ("svn co https://svn.exactcode.de/t2-handbook/tags/0.1.7 02-t2sde-handbook-0.1.7" );
2424 system ("svn co https://svn.exactcode.de/t2-handbook/trunk 02-t2sde-handbook-trunk" );
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ #
3+ # --- EXEC-T2.SH ---
4+ #
5+ # This downloads T2 SDE Source Code and Handbook using Subversion.
6+ #
7+ # You will need to select the version numbers for the T2 Source,
8+ # and T2 Handbook.
9+ #
10+ #
11+ # To run this program:
12+ #
13+ # ./exec-t2.sh <version> <handbook-version>
14+ #
15+
16+ svn co https://svn.exactcode.de/t2/tags/$1 02-t2sde-$1
17+ svn co https://svn.exactcode.de/t2/trunk 02-t2sde-trunk
18+ svn co https://svn.exactcode.de/t2-handbook/tags/$2 02-t2sde-handbook-$2
19+ svn co https://svn.exactcode.de/t2-handbook/trunk 02-t2sde-handbook-trunk
20+
You can’t perform that action at this time.
0 commit comments