Changes between Version 20 and Version 21 of DjangoBranches


Ignore:
Timestamp:
Sep 19, 2008, 2:18:53 PM (16 years ago)
Author:
Jacob
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoBranches

    v20 v21  
    1313== Creating New Branches ==
    1414
    15 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].
     15Please see http://docs.djangoproject.com/en/dev/internals/contributing/#branch-policy for information about creating new feature branches.
    1616
    17 Please note that the information regarding branches in the [http://www.djangoproject.com/documentation/contributing/#branch-policy Contributing] document is out of date with regards to Django's branch creation policy.
     17== DVCS mirrors ==
    1818
    19 == Distributed version control mirrors ==
     19If you have a branch of Django maintained with a DVCS tool, please add it below.
    2020
    2121=== Bazaar ===
Back to Top