Dear Arch users, I'm happy to announce the release of ArchLog 0.9.
ArchLog is a log oriented GUI for Arch revision control system. It allows to take notes has one hacks and to generate a nicely formatted log file at commit time. ArchLog can bee seen as a specialised editor intended to ease and improve the logging of projects. Download, screenshots, documentation: http://www.univ-paris12.fr/lacl/pommereau/arch/ ================= == HELP WANTED == ================= ArchLog presently only supports tla, before it gets the version 1.0, baz bzr should be integrated. As I'm only a user of tla, I would greatly appreciate some help in translation the following tla commands to baz and bzr: # report registered archives and their locations tla archives # print your default archive tla my-default-archive # print version tla -V # find and print the root of a project tree tla tree-root # print the default version for a project tree tla tree-version # inventory a source tree, list both dirs and files tla inventory -B # add an explicit inventory id tla add-id FILE # remove an explicit inventory id tla delete-id FILE # move a file (or dir, or symlink) and its explicit inventory tag tla mv OLD NEW # construct a project tree for a revision tla get -A ARCHIVE PROJECT DIR # list the archive-version in an archive tla archive-version -A ARCHIVE # import a new project tla archive-setup -A ARCHIVE PROJECT tla init-tree -A ARCHIVE PROJECT tla set-tree-version -A ARCHIVE PROJECT tla add-log-version -A ARCHIVE PROJECT tla import -A ARCHIVE # change version in a tree tla archive-setup -A ARCHIVE PROJECT tla set-tree-version -A ARCHIVE PROJECT tla add-log-version -A ARCHIVE PROJECT tla import -A ARCHIVE # archive a changeset-based revision, commit with log file FILE tla commit -A ARCHIVE -l FILE # report about local changes in a project tree, include diffs tla changes -A ARCHIVE --diffs _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/