jeremy rosen <[email protected]>: > > > > Yes, but we could handle all of translations, music and art with > > externals - kept in separate repositories that are automatically > > pulled into subdirectories when you pull the master. > > > your git knowledge is probably better than mine, but how do you do that ? > > afaik when using git-submodules there is no way to automatically pull > dependencies (but I probably miss something)
See this discussion: http://alexking.org/blog/2012/03/05/git-submodules-vs-svn-externals Basically, post 1.6.5 the right thing happens if you clone with --recursive. Or that's what it reads like to me, anyway; my experience with this feature is limited to one project where the externals change seldom. That project happens to be reposurgeon, by the way - I pull in agito and svn2git for comparison testing. -- <a href="http://www.catb.org/~esr/">Eric S. Raymond</a> _______________________________________________ Wesnoth-dev mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-dev
