Changes between Version 9 and Version 10 of DjangoBranches
- Timestamp:
- Apr 27, 2008, 2:07:35 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoBranches
v9 v10 27 27 We are discouraging the creation of new branches inside Django's subversion repository. If you'd like to work on a major new contribution to Django, we encourage you to set up a new "branch" elsewhere and let the Django-developers mailing list know about it. One tactic is to use a distributed revision control system ("DRCS", or sometimes "DSCM", ''see'' [http://en.wikipedia.org/wiki/Revision_control Wikipedia's article on revision control]); these systems allow you to create your own repository anywhere you'd like, and typically include tools to import from Subversion. Options here include [http://bazaar-vcs.org/ Bazaar], [http://git.or.cz/ Git], [http://www.selenic.com/mercurial/ Mercurial], and [http://svk.bestpractical.com/ SVK]. 28 28 29 Tom Tobin has set upMercurial repositories mirroring Django:29 Mercurial repositories mirroring Django: 30 30 31 * Mercurial: [http://hg.korpios.com/] 32 33 There is also a full Mercurial mirror hosted at dpaste.com, updated hourly: 34 35 * http://hg.dpaste.com/django/ 31 * [Prefered] Full Mercurial mirror hosted at dpaste.com, updated hourly: http://hg.dpaste.com/django/ 32 * SVN2HG Gateway of Django and Active branches, updated hourly: [http://hgsvn.trbs.net/django/] 33 * ~~ Tom Tobin Mercurial Mirror: [http://hg.korpios.com/] ~~ 36 34 37 35 Matthias Kestenholz has set up several git repositories for Django and for a selection of Django applications: