/srv/irclogs.ubuntu.com/2018/03/23/#bzr.txt

Durgeoblehi20:23
Durgeoblei have a question, can bazaar lower disk ussage deleting parts of history? for example excel files that only spell changes done for them so olders versions no longer need for nothing20:54
jelmerhi Durgeoble22:46
jelmerDurgeoble: in theory it could remove historical data (but leave references in place)22:47
jelmerbut there are no commands that can currently do that AFAIK22:47
Durgeobleis for space economy, maybe i am wrong, but seems to me if i want to edit a little file, need to download all the repository22:57
jelmerDurgeoble: if you don't want to download the history, you could use a lightweight checkout or a stacked branch?23:10
Durgeoblejelmer:  dont know, just viewing how vcs works, seeing bewteen bazaar and git, just for feactures such mail and local offline work23:12
mgzone of the dvcs shifts was that it's more important to make history generally available than have each operation on a central repo be cheap23:12
mgzthis does tend to break down for binary files which aren't sensibly diffable (like excel files without a filter) because there's basically no useful content in the history, each change is a essentially a whole new zip file23:13
jelmerDurgeoble: if you're interested in keeping the full history the server but having just the latest few revisions locally, then a stacked branch should be a nice fit23:16
jelmerany operations that needs to access older history will still require a network connection23:16
jelmerbut e.g. changes that involve recent history won't23:16
Durgeoblethanks jelmer23:30

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!