This is the "delete file entirely" approach: Use bzr-fastimport plugin to export your history as fast-import stream with bzr fast-export command. Then filter out big files with bzr fast-import-filter -x FILE command. And in the end re-create new branch without big files with bzr fast-import command. This method w3ill destroy all your history and all your files will get new file ids, so your new branch will be totally incompatible with old branch.
On Thu, Oct 27, 2011 at 8:20 PM, Edward K. Ream <[email protected]> wrote: > On Sun, Oct 23, 2011 at 2:12 PM, Ville M. Vainio <[email protected]> wrote: >> Perhaps this helps: >> >> http://stackoverflow.com/questions/2262203/delete-file-history-with-bazaar > > Thanks for this link. Neither of the ways discussed seems really adequate. > > Can't we do something easier, like deleting spellpyx.txt entirely? > Bzr needs some kind of "compact-history" command. > > Edward > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/leo-editor?hl=en. > > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
