On Thu, Oct 27, 2011 at 10:29 PM, Edward K. Ream <[email protected]> wrote:
>> 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. > > Not ok with me. Can you elaborate why it's not ok for you, btw? "Destroy all your history" sounds menacing, but it really means your commits get different id's, not that old commits themselves would disappear. Or, we could use this as an excuse to migrate to github / bitbucket ;-). -- 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.
