Megatest

Check-in [241f26434a]
Login
Overview
Comment:Moving spublish and sretrieve into one tool sdat
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.60
Files: files | file ages | folders
SHA1: 241f26434a2c503bd2a72f7b323c1c93d0b4c55d
User & Date: matt on 2015-12-12 20:24:48
Other Links: branch diff | manifest | tags
Context
2015-12-12
21:54
Added skeleton for sretrieve check-in: 9630e130f2 user: matt tags: v1.60
20:24
Moving spublish and sretrieve into one tool sdat check-in: 241f26434a user: matt tags: v1.60
20:24
Moving spublish and sretrieve into one tool sdat check-in: 8fd9f925eb user: matt tags: v1.60
Changes

Modified sharedat.scm from [18240ec105] to [2c59e32b03].

45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
;;
;; GLOBALS
;;
(define *spublish:current-tab-number* 0)
(define *args-hash* (make-hash-table))
(define spublish:help (conc "Usage: spublish [action [params ...]]

  ls                     : list contents of target area
  cp|publish <src file> <relative dest>      : copy file to target area
  mkdir <dir name>       : maks directory in target area  
  rm <file>              : remove file <file> from target area
  ln <target> <link name> : creates a symlink
  log                    :

  options:

    -m \"message\"        : describe what was done

Part of the Megatest tool suite.
Learn more at http://www.kiatoa.com/fossils/megatest







|

|
|

|







45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
;;
;; GLOBALS
;;
(define *spublish:current-tab-number* 0)
(define *args-hash* (make-hash-table))
(define spublish:help (conc "Usage: spublish [action [params ...]]

  ls                      : list contents of target area
  cp|publish <src file> <relative dest>      : copy file to target area
  mkdir <dir name>        : makes directory in target area  
  rm <file>               : remove file <file> from target area
  ln <target> <link name> : creates a symlink
  log                     : 

  options:

    -m \"message\"        : describe what was done

Part of the Megatest tool suite.
Learn more at http://www.kiatoa.com/fossils/megatest