Project

General

Profile

Actions

Feature #1149

closed

file size display with Bazaar repositories

Added by Andreas Deininger about 16 years ago. Updated almost 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2008-04-30
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Currently, the file size is shown as "?" when browsing a Bazaar repository. The attached patch (partly) fixes that issue.

Please note that this patch is far from ideal since:
a) it does not work if the bazaar branch does not have a working tree
b) it only works for the latest revision
c) wrong file sizes may be displayed if the working tree is not up to date with the bazaar branch

A better solution would be to use something like:
$ bzr cat -r 10 /file/in/repo | wc -c
However that does not work on windows platforms.

As workaround, maybe one could execute 'bzr cat -r 10 /file/in/repo' as via IO.popen and determine the byte count in Ruby then.


Files

bzr_size.patch (778 Bytes) bzr_size.patch Patch for file size display with Bazaar Andreas Deininger, 2008-05-02 08:35
Actions

Also available in: Atom PDF