Hi all My issue is I'm trying to import a Git-compatible "fast-import" format export from Bazaar. The import succeeds and I get the history, but none of the actual files make it across, and my 12MB fast-import file is converted to a 60KB fossil record (a pleasing if probably incorrect term!).
No doubt this is some oddity between the export from Bazaar and the expectation by fossil, but I've requested the export from Bazaar is done in the standard Git 1.6 format so I'm expecting it to be OK. The fast-export file is currently at http://captainunlikely.com/import, it's 12MB. For the record the commands I was trying were: bzr fast-export --plain - > import fossil import --git myrepo.fossil < import Cheers... Mike
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

