~ubuntu-branches/ubuntu/oneiric/python-django/oneiric

« back to all changes in this revision

Viewing changes to docs/internals/svn.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Strandboge
  • Date: 2011-02-17 13:34:07 UTC
  • mfrom: (1.1.13 upstream) (4.4.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110217133407-rwr88elhhq6j7ba0
Tags: 1.2.5-1ubuntu1
* Merge from Debian for security fixes (LP: #719031). Remaining changes:
  - debian/control: don't Build-Depends on locales-all, which doesn't exist
    in natty
* Drop the following patches, now included upstream:
  - debian/patches/07_security_admin_infoleak.diff
  - debian/patches/08_security_pasword_reset_dos.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
to the code over time, so you'll need a copy of the Subversion client
23
23
(a program called ``svn``) on your computer, and you'll want to
24
24
familiarize yourself with the basics of how Subversion
25
 
works. Subversion's web site offers downloads for various operating
 
25
works. Subversion's Web site offers downloads for various operating
26
26
systems, and `a free online book`_ is available to help you get up to
27
27
speed with using Subversion.
28
28
 
34
34
directories: ``django`` contains the full source code for all Django
35
35
releases, while ``djangoproject.com`` contains the source code and
36
36
templates for the `djangoproject.com <http://www.djangoproject.com/>`_
37
 
web site. For trying out in-development Django code, or contributing
 
37
Web site. For trying out in-development Django code, or contributing
38
38
to Django, you'll always want to check out code from some location in
39
39
the ``django`` directory.
40
40
 
58
58
 
59
59
.. _Subversion: http://subversion.tigris.org/
60
60
.. _a free online book: http://svnbook.red-bean.com/
61
 
.. _A friendly web-based interface for browsing the code: http://code.djangoproject.com/browser/
 
61
.. _A friendly Web-based interface for browsing the code: http://code.djangoproject.com/browser/
62
62
 
63
63
 
64
64
Working with Django's trunk