Is there a "good" way to do the same thing Git's "submodule" command
does, to allow multiple repositories to be used to compose a single,
larger project source tree?  From the git-submodule manpage:

    Submodules allow foreign repositories to be embedded within a
    dedicated subdirectory of the source tree, always pointed at a
    particular commit.
    
    They are not to be confused with remotes, which are meant mainly for
    branches of the same project; submodules are meant for different
    projects you would like to make part of your source tree, while the
    history of the two projects still stays completely independent and
    you cannot modify the contents of the submodule from within the main
    project.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to