moving files between repo

Andreas Ostermann andreas.ostermann.11 at googlemail.com
Mon Jan 24 14:39:02 UTC 2011


Hi!

On 01/24/2011 01:55 PM, Martin Guillon wrote:
> The only thing bugging me is that my new branch was splitted from a big
> repo (a pack file 0 1.7go). So when splitted the new created branch had
> also a 1.7Go pack file which is really big :s Is there any way to clean
> the branch(or  its repo) so that I don’t get such a big file.
> 
> I know I got all the log from the splitting repo but can I “clean” it
> only to keep everything related to the splitted directory?

found this:
http://stackoverflow.com/questions/2262203/delete-file-history-with-bazaar

The problem described there by using bzr-fastimport plugin and bzr
fast-export is the fact that the new created branch is incompatible to
the previous one, which should be no problem in your situation...

If you use the described way in the middle after the split and before
the join it might work...

brgds,

AO



More information about the bazaar mailing list