gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] VALIS.


From: Tez Kamihira
Subject: [Gnu-arch-users] VALIS.
Date: Sat, 06 Mar 2004 18:33:03 +0900 (JST)

I made a command line interface to ViewARCH's internal cache
named "valis". It's a part of ViewARCH.

    http://arch.bluegate.org/download/ViewARCH-0.0.8-21.tar.gz

Here the sample session (in this example, I installed ViewARCH
at /usr/local/viewarch2):


    address@hidden lib]$ pwd
    /usr/local/viewarch2/lib
    address@hidden lib]$ python ./valis.py -A address@hidden find 
ViewARCH--devo--0.0.8
    COPYING
    INSTALL

        ... (snip) ...

    lib/annotate.py
    lib/base_rev.py
    lib/cache.py
    lib/canvas.py
    lib/changeset.py
    lib/chronof.py
    lib/compat.py
    lib/gencache.py

        ... (snip) ...

    templates/ja/revisions.tpl
    viewarch-install
    viewarch.conf.dist
    address@hidden lib]$ python ./valis.py -A address@hidden ls 
ViewARCH--devo--0.0.8 lib
    ViewCVS/
    annotate.py

        ... (snip) ...

    compat.py
    gencache.py

        ... (snip) ...

    viewarch.py
    vtempfile.py
    address@hidden lib]$ python ./valis.py -A address@hidden annotate 
ViewARCH--devo--0.0.8 lib/gencache.py
      0: #!/usr/local/bin/python
      0:
      0: ################################################################
      0: #
      0: # Copyright (C) 2003,2004 Tez Kamihira
      0: #
    
        ... (snip) ...
    
      0: if __name__ == '__main__': _main()
      0:
      0: # arch-tag: f38b0ddc-2d27-4929-ba55-c2fedff6b551
    address@hidden lib]$ python ./valis.py -A address@hidden chrono-chart 
ViewARCH--devo--0.0.8 lib/gencache.py
          0: #!/usr/local/bin/python
          0:
          0: ################################################################
          0: #
          0: # Copyright (C) 2003,2004 Tez Kamihira
          0: #

        ... (snip) ...

          0: if __name__ == '__main__': _main()
          0:
          0: # arch-tag: f38b0ddc-2d27-4929-ba55-c2fedff6b551
    address@hidden lib]$ python ./valis.py -A address@hidden inv-hist 
ViewARCH--devo--0.0.8 lib/gencache.py
    Inventory: i_f38b0ddc-2d27-4929-ba55-c2fedff6b551
    
      address@hidden/ViewARCH--devo--0.0.8--patch-20
        Time:        Fri Mar  5 17:50:20 JST 2004
        Author:      Tez Kamihira <address@hidden>
        Log Message: valis (inv-history).
        File Name:   lib/gencache.py
    
      address@hidden/ViewARCH--devo--0.0.8--patch-19
        Time:        Wed Mar  3 16:44:54 JST 2004
        Author:      Tez Kamihira <address@hidden>
        Log Message: valis (ls, cat, annotate, chrono-chart). roughly coded up.
        File Name:   lib/gencache.py
    
        ... (snip) ...
    
      address@hidden/ViewARCH--tez--0.0.4--patch-7
        Time:        Wed Oct  8 11:58:00 JST 2003
        Author:      Tez Kamihira <address@hidden>
        Log Message: Fixed leol around bug. change inventory's encoding.
        File Name:   ViewARCH/lib/gencache.py
    
      address@hidden/ViewARCH--tez--0.0.4--patch-6
        Time:        Wed Oct  8 10:04:49 JST 2003
        Author:      Tez Kamihira <address@hidden>
        Log Message: Add tags to all related scripts.
        File Name:   ViewARCH/lib/gencache.py
    
    address@hidden lib]$





             - Tez





reply via email to

[Prev in Thread] Current Thread [Next in Thread]