>>>>> "Lele" == Lele Gaifax <[EMAIL PROTECTED]> writes:

[...]

    Lele> It looks a lot like JSON... if not for the semi-comma ';'
    Lele> instead of comma ',' at end of line.

I thinks it's more like C.

    Lele> Anyway, it's not going to be hard to parse, as you said. But
    Lele> what about actual content of those files?

c1599 is the aedist archive:

------------------------------------------------------------------------
$ file c1599
c1599: ASCII cpio archive (SVR4 with no CRC)
$ cpio -i --list < c1599
etc/project-name
etc/change-number
etc/change-set
patch/vcpx/repository/cvs.py
src/vcpx/repository/cvs.py
patch/vcpx/tests/cvs.py
src/vcpx/tests/cvs.py
src/vcpx/tests/data/cvs-created_in_branch_2_test.log
101 blocks
$
------------------------------------------------------------------------

The etc/ directory contains metadata, the src/ directory contain files
touched by the changeset and the patch/ directory contains patches for
modified and renamed files.

I've not yet looked how to access a cpio archive from python.

--
Walter Franzini
http://aegis.stepbuild.org/

PGP Public key ID: 1024D/CB3FEB43
Key fingerprint  : FA26 C33B CAFF 7848 EFEB  7327 96AA 2D57 CB3F EB43
Key server       : http://www.keyserver.net

Attachment: pgpN0s9EVyqz2.pgp
Description: PGP signature

_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to