Changes between Version 6 and Version 7 of DjangoBranches


Ignore:
Timestamp:
Feb 6, 2008, 9:56:22 AM (16 years ago)
Author:
korpios
Comment:

changed my hg repo link

Legend:

Unmodified
Added
Removed
Modified
  • DjangoBranches

    v6 v7  
    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 a Mercurial repository mirroring Django's trunk:
     29Tom Tobin has set up Mercurial repositories mirroring Django:
    3030
    31  * Mercurial: [http://hg.korpios.com/django.trunk]
     31 * Mercurial: [http://hg.korpios.com/]
    3232
    3333Matthias Kestenholz has set up several git repositories for Django and for a selection of Django applications:
Back to Top