getting size of a file for a specific revision

Martin Pool mbp at canonical.com
Wed Apr 30 13:52:24 BST 2008


On Wed, Apr 30, 2008 at 10:47 PM, Andreas Deininger
<adeininger at googlemail.com> wrote:
> Hi,
>  is there a way to use the bzr command in order to get the size of a
>  file for a specific revision?
>  I have in mind a command like
>  $ bzr ls --verbose /my/path/to/file -r 10  (or so).
>  Any other way to achieve that?

bzr cat -r 10 /some/file | wc

should do it though a bit inefficiently.  'ls -v' would be nice, and
should be easy to add -- maybe someone would like to draft an idea for
how the output should look?

-- 
Martin <http://launchpad.net/~mbp/>



More information about the bazaar mailing list