Posted to tcl by petasis at Tue Nov 20 20:07:00 GMT 2012view raw
- ## Repository: TDBC
- mkdir fossil
- cd fossil
-
- fossil clone http://mirror1.tcl.tk/tclconfig tclconfig.fossil
- fossil pull http://core.tcl.tk/tclconfig -R tclconfig.fossil
-
- fossil clone http://core.tcl.tk/tdbc tdbc.fossil
- fossil pull http://core.tcl.tk/tdbc -R tdbc.fossil
-
- fossil clone http://core.tcl.tk/tdbc tdbcmysql.fossil
- fossil pull http://core.tcl.tk/tdbc -R tdbcmysql.fossil
- fossil clone http://core.tcl.tk/tdbc tdbcodbc.fossil
- fossil pull http://core.tcl.tk/tdbc -R tdbcodbc.fossil
- fossil clone http://core.tcl.tk/tdbc tdbcsqlite3.fossil
- fossil pull http://core.tcl.tk/tdbc -R tdbcsqlite3.fossil
- fossil clone http://core.tcl.tk/tdbc tdbcpostgres.fossil
- fossil pull http://core.tcl.tk/tdbc -R tdbcpostgres.fossil
-
- cd ..
- mkdir tdbc
- cd tdbc
- mkdir tdbc
- cd tdbc
- fossil open ../../fossil/tdbc.fossil
- mkdir tclconfig
- cd tclconfig
- fossil open --nested ../../../fossil/tclconfig.fossil
- cd ../..
- mkdir tdbcmysql
- cd tdbcmysql
- fossil open ../../fossil/tdbcmysql.fossil
- mkdir tclconfig
- cd tclconfig
- fossil open --nested ../../../fossil/tclconfig.fossil
- cd ../..
- mkdir tdbcodbc
- cd tdbcodbc
- fossil open ../../fossil/tdbcodbc.fossil
- mkdir tclconfig
- cd tclconfig
- fossil open --nested ../../../fossil/tclconfig.fossil
- cd ../..
- mkdir tdbcsqlite3
- cd tdbcsqlite3
- fossil open ../../fossil/tdbcsqlite3.fossil
- mkdir tclconfig
- cd tclconfig
- fossil open --nested ../../../fossil/tclconfig.fossil
- cd ../..
- mkdir tdbcpostgres
- cd tdbcpostgres
- fossil open ../../fossil/tdbcpostgres.fossil
- mkdir tclconfig
- cd tclconfig
- fossil open --nested ../../../fossil/tclconfig.fossil
- cd ../..