On Sat, Sep 24, 2011 at 09:51:13PM +0100, David Bovill wrote:

> I've a large GIT repository, that I'd like to break up into a number of
> smaller Fossil repositories. Does anyone know the git related syntax to
> export the history of single file (or even subfolder) and pipe that into a
> new fossil repo?
git-subtree [1] or `git filter-branch` followed by `fossil import`
looks like a way to go.

1. https://github.com/apenwarr/git-subtree

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to