Opened 14 years ago
Closed 14 years ago
#16209 closed New feature (fixed)
Add alternative repositories to 'Installing the development version' in the docs.
Reported by: | ShawnMilo | Owned by: | ShawnMilo |
---|---|---|---|
Component: | Documentation | Version: | 1.3 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Pull Requests: | How to create a pull request | ||
Description ¶
https://docs.djangoproject.com/en/dev/topics/install/#installing-development-version
The current page only refers to the subversion repo, but there are official github and bitbucket repos which some users will find more convenient.
Change History (12)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|
by , 14 years ago
Attachment: | 19209_alt_repos.diff added |
---|
comment:3 by , 14 years ago
Has patch: | set |
---|
Patch added. I built the docs (html only) and checked to make sure it looked right and the links worked. I also added myself to AUTHORS since I have a handful of patches in.
Edit: I misnamed the patch. I would upload a correct one but it really doesn't matter and I can't delete the original. Oops.
comment:4 by , 14 years ago
Patch needs improvement: | set |
---|
I think it would be useful to explain that svn is the master, and that hg and git are official mirrors, updated every XXX minutes / hours (I don't know the details).
Very minor: the coding style is to put a space between the # and the comment: #subversion
==> # subversion
, etc.
by , 14 years ago
Attachment: | 16209_alt_repos_2.diff added |
---|
Updated patch addressing aaugustin's comments.
comment:5 by , 14 years ago
Patch needs improvement: | unset |
---|
Notes by aaugustin addressed, although I would welcome specifics about the delay in updating the DVCS mirrors to enhance the documentation.
comment:6 by , 14 years ago
Patch needs improvement: | set |
---|---|
Type: | Uncategorized → New feature |
Two things:
- Don't list the mirrors next to the Subversion repo since it will lead to people thinking they are equal to the SVN repo.
- Put a big fat warning to the list of mirrors that they aren't guaranteed to be up-to-date since they are hosted on externals services.
Also, the mirrors are updated every 5 minutes.
by , 14 years ago
Attachment: | 16209_alt_repos_3.diff added |
---|
Updated the patch to reflect jezdez's comments.
comment:8 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Patch to mention git & hg as alternatives to svn when "tracking trunk."