Posted to tcl by petasis at Tue Nov 20 20:07:00 GMT 2012view raw

  1. ## Repository: TDBC
  2. mkdir fossil
  3. cd fossil
  4.  
  5. fossil clone http://mirror1.tcl.tk/tclconfig tclconfig.fossil
  6. fossil pull http://core.tcl.tk/tclconfig -R tclconfig.fossil
  7.  
  8. fossil clone http://core.tcl.tk/tdbc tdbc.fossil
  9. fossil pull http://core.tcl.tk/tdbc -R tdbc.fossil
  10.  
  11. fossil clone http://core.tcl.tk/tdbc tdbcmysql.fossil
  12. fossil pull http://core.tcl.tk/tdbc -R tdbcmysql.fossil
  13. fossil clone http://core.tcl.tk/tdbc tdbcodbc.fossil
  14. fossil pull http://core.tcl.tk/tdbc -R tdbcodbc.fossil
  15. fossil clone http://core.tcl.tk/tdbc tdbcsqlite3.fossil
  16. fossil pull http://core.tcl.tk/tdbc -R tdbcsqlite3.fossil
  17. fossil clone http://core.tcl.tk/tdbc tdbcpostgres.fossil
  18. fossil pull http://core.tcl.tk/tdbc -R tdbcpostgres.fossil
  19.  
  20. cd ..
  21. mkdir tdbc
  22. cd tdbc
  23. mkdir tdbc
  24. cd tdbc
  25. fossil open ../../fossil/tdbc.fossil
  26. mkdir tclconfig
  27. cd tclconfig
  28. fossil open --nested ../../../fossil/tclconfig.fossil
  29. cd ../..
  30. mkdir tdbcmysql
  31. cd tdbcmysql
  32. fossil open ../../fossil/tdbcmysql.fossil
  33. mkdir tclconfig
  34. cd tclconfig
  35. fossil open --nested ../../../fossil/tclconfig.fossil
  36. cd ../..
  37. mkdir tdbcodbc
  38. cd tdbcodbc
  39. fossil open ../../fossil/tdbcodbc.fossil
  40. mkdir tclconfig
  41. cd tclconfig
  42. fossil open --nested ../../../fossil/tclconfig.fossil
  43. cd ../..
  44. mkdir tdbcsqlite3
  45. cd tdbcsqlite3
  46. fossil open ../../fossil/tdbcsqlite3.fossil
  47. mkdir tclconfig
  48. cd tclconfig
  49. fossil open --nested ../../../fossil/tclconfig.fossil
  50. cd ../..
  51. mkdir tdbcpostgres
  52. cd tdbcpostgres
  53. fossil open ../../fossil/tdbcpostgres.fossil
  54. mkdir tclconfig
  55. cd tclconfig
  56. fossil open --nested ../../../fossil/tclconfig.fossil
  57. cd ../..