Changes between Version 20 and Version 21 of DjangoBranches
- Timestamp:
- Sep 19, 2008, 2:18:53 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoBranches
v20 v21 13 13 == Creating New Branches == 14 14 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]. 15 Please see http://docs.djangoproject.com/en/dev/internals/contributing/#branch-policy for information about creating new feature branches. 16 16 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 == 18 18 19 == Distributed version control mirrors == 19 If you have a branch of Django maintained with a DVCS tool, please add it below. 20 20 21 21 === Bazaar ===