Changes between Version 9 and Version 10 of DjangoBranches


Ignore:
Timestamp:
Apr 27, 2008, 2:07:35 PM (16 years ago)
Author:
trbs
Comment:

updated information on Mercurial repositories

Legend:

Unmodified
Added
Removed
Modified
  • DjangoBranches

    v9 v10  
    2727We 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].
    2828
    29 Tom Tobin has set up Mercurial repositories mirroring Django:
     29Mercurial repositories mirroring Django:
    3030
    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/] ~~
    3634
    3735Matthias Kestenholz has set up several git repositories for Django and for a selection of Django applications:
Back to Top