Re: git repack vs git gc --aggressive

2012-08-10 Thread Felix Natter
t fast-import to import branches from bzr: bzr fast-export --marks=$MARKS_BZR --git-branch="$BRANCHNAME" "$BZR_FREEPLANE_REPO/$BRANCHNAME/" | \ git fast-import --import-marks=$MARKS_GIT --export-marks=$MARKS_GIT Will those marks files (which remember which comm

git repack vs git gc --aggressive

2012-08-07 Thread Felix Natter
;git prune") as well? 2. is it the right tool for the job or shall I use git gc --aggressive? Thanks! -- Felix Natter -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

bzr->git: keep empty directories

2012-07-14 Thread Felix Natter
s or shall I report a bug on bzr fast-export? Many thanks in advance! -- Felix Natter -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Export from bzr / Import to git results in a deleted file re-appearing

2012-07-14 Thread Felix Natter
eted in the same revision, and >> certainly I would not expect an importer to deduce a link between the >> second line and b/b. > > IMHO fast-import should raise an error in this case, like it does when > you switch the lines. +1. Thanks very much for fixing bzr-fastexport! Also many thanks to Jeff for the analysis! Best Regards, -- Felix Natter -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Export from bzr / Import to git results in a deleted file re-appearing

2012-07-12 Thread Felix Natter
timport/+bug/1014291 Is there maybe a better way to convert a repo from bzr to git? This seems to be the standard solution on the web. I am using Bazaar (bzr) 2.5.0dev6, bzr-fastimport 0.13.0 and git 1.7.10.4. Thanks and Best Regards! -- Felix Natter -- To unsubscribe from this list: send the l