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

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

[Gnu-arch-users] Re: last modified info


From: Matthieu Moy
Subject: [Gnu-arch-users] Re: last modified info
Date: Sun, 13 Nov 2005 23:59:04 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Mikhael Goikhman <address@hidden> writes:

> I may suggest to get "axp" and use "axp history" command that works on
> local tree logs. Then you may run the following line:
>
>   for file in `tla inventory -s -B`; echo $file; \
>     axp history --date $file | head -2 | tail -1; end

For completeness: You have similar command in fai, and Bazaar 1.5 (not
released yet) provides a --modifying FILE option for all commands
showing a revision list (baz log, baz logs, baz ancestry, ...).

(however, none of those solution provide an optimal way to achieve the
result: the most recent log files will have to be read and parsed once
for each file)

-- 
Matthieu




reply via email to

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