Re: bzr->git: keep empty directories

2012-07-14 Thread Steven Michalske
Perhaps having a file named something like: .git_foreign_scm_empty_dir or some shorter name. With the contents of the fast importer empty directory info put in there; If any book keeping is needed. It also looks like you strip out meta-data. perhaps a file like: .git_foreign_scm_metadata We

Re: bzr->git: keep empty directories

2012-07-14 Thread David Aguilar
On Sat, Jul 14, 2012 at 7:41 AM, Felix Natter wrote: > hello, > > when converting a repo from bzr to git: > > mkdir freeplane-git1 > cd freeplane-git1 > git init . > bzr fast-export --plain --export-marks=../marks.bzr ../trunk/ | git > fast-import --export-marks=../marks.git > git checkout > > Em

bzr->git: keep empty directories

2012-07-14 Thread Felix Natter
hello, when converting a repo from bzr to git: mkdir freeplane-git1 cd freeplane-git1 git init . bzr fast-export --plain --export-marks=../marks.bzr ../trunk/ | git fast-import --export-marks=../marks.git git checkout Empty directories are not contained in the git working index. This is because