I've started to look at fossil as a small business process tool and currently I use Git and GitHub for file management, which I'd like to continue. The reason for using Git is a) It's very powerful and b) it's a great way to share code.
I'm testing a workflow where I think I can do the following 1) I create and use a git repo. My .gitignore file contains manifest manifest.uuid _FOSSIL_ 2) Open a fossil tree in the same directory and place the .git subdirectory in fossil (fossil add .git) 3) use Git as intended, including sync with other repos and servers such as GitHub 4) use fossil SCM to store a copy of my .git repo after each 'session' (for some definition of session). I should be able to write some wrapper scripts to add some of the meta data from git to fossil as well Does this seem sensible? Anyone tried something similar, or radically different? Thanks -- Alec Clews Personal <[email protected]> Melbourne, Australia. Jabber: [email protected] PGPKey ID: 0x9BBBFC7C blog:http://alecthegeek.wordpress.com/ _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

