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

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

[Gnu-arch-users] Announce: ArchLog 0.9


From: Franck Pommereau
Subject: [Gnu-arch-users] Announce: ArchLog 0.9
Date: Sun, 27 Nov 2005 18:11:02 +0100
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050716)

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




reply via email to

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