On 2/12/2014 10:13 AM, Terry Brown wrote:
I guess the "contrib branch" needs converting to git too, so we can
continue to store whatever it is we store in there and never look at,
but with the added efficiency of using git :-)

https://code.launchpad.net/~leo-editor-team/leo-editor/contrib

Cheers -Terry

This has been migrated: https://github.com/leo-editor/leo-editor-contrib

This one was tricky, because bzr revision 63 added a whole .git directory to the tree, which git specifically disallows. I had to strip the offending directory from the export like so:

# make the first export
$ bzr fast-export --plain contrib contrib.fi

# strip the offending directory
$ bzr fast-import-filter -x Projects/leoqviewer/.git/ contrib.fi > clean.fi

# import the clean version
$ git fast-import < ../clean.fi

Took me a while and some serious googling to figure that one out :p

-->Jake

--
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to