mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
Document the fact that we now put dead branches in the attic.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8da58e51ff
commit
a53601c674
@ -114,14 +114,9 @@ not; in either case there comes a time when the branch is no longer
|
|||||||
being actively worked on by any developer. At this point the branch is
|
being actively worked on by any developer. At this point the branch is
|
||||||
considered closed.
|
considered closed.
|
||||||
|
|
||||||
Unfortunately, Subversion has no standard way of indicating
|
Unfortunately, Subversion has no standard way of indicating this. As a
|
||||||
this. Generally, you can recognize a dead branch by viewing it through
|
workaround, branches of Django which are closed and no longer
|
||||||
the web interface, which lists the date of the most recent change to
|
maintained are moved into the directory ``django/branches/attic``.
|
||||||
the branch. Branches which have gone more than a month or two with no
|
|
||||||
activity can usually be assumed to be closed. In the future, the
|
|
||||||
layout of branches in the repository may be rearranged to make it
|
|
||||||
easier to tell which branches are still active (e.g., by moving closed
|
|
||||||
or abandoned branches into the ``django/branches/attic`` directory).
|
|
||||||
|
|
||||||
For reference, the following are branches whose code eventually became
|
For reference, the following are branches whose code eventually became
|
||||||
part of Django itself, and so are no longer separately maintained:
|
part of Django itself, and so are no longer separately maintained:
|
||||||
@ -184,6 +179,9 @@ were never finished:
|
|||||||
|
|
||||||
* ``sqlalchemy``
|
* ``sqlalchemy``
|
||||||
|
|
||||||
|
All of the above-mentioned branches now reside in
|
||||||
|
``django/branches/attic``.
|
||||||
|
|
||||||
|
|
||||||
Support and bugfix branches
|
Support and bugfix branches
|
||||||
---------------------------
|
---------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user