Changes between Version 4 and Version 5 of DjangoBranches


Ignore:
Timestamp:
Dec 26, 2007, 12:32:39 PM (17 years ago)
Author:
korpios
Comment:

drop link to my git repo, since it's woefully out-of-date and Matthias has one

Legend:

Unmodified
Added
Removed
Modified
  • DjangoBranches

    v4 v5  
    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 couple of distributed repositories mirroring Django:
     29Tom Tobin has set up a Mercurial repository mirroring Django's trunk:
    3030
    31  * Git: `git://git.korpios.com/django.git`
    3231 * Mercurial: `http://hg.korpios.com/django.trunk`
    3332
Back to Top