On Wed, 2009-11-11 at 21:17 +0100, Frederik Ramm wrote: > Also, if we were to use git, would we depend on a third-party service > like "github", or is git also usable (in a sensible way) without such a > site?
It would be feasible to host it on dev.openstreetmap.org. All the developers could clone from there via ssh and the maintainer could do pulls from other developers' trees. Although inefficient, you can clone a git repository over http, so users trying to track it would be able to even if the place we were hosting it did not have a git daemon running. We could also have the "home" on dev periodically push to github or some other service if people really wanted native git access. -- Dave _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
