summaryrefslogtreecommitdiff
path: root/docs/download
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-03-31 13:46:27 -0500
committerIan Bicking <ianb@colorstudy.com>2010-03-31 13:46:27 -0500
commite11fe05afc721eb83585739054b8098dc87d7fc8 (patch)
tree68de15a31f0d2c83122e17be78f193b941f19475 /docs/download
parent188288d57c67e97a910850194661c4bdaf8b98d1 (diff)
downloadpaste-e11fe05afc721eb83585739054b8098dc87d7fc8.tar.gz
remove references to svn
Diffstat (limited to 'docs/download')
-rw-r--r--docs/download/index.txt21
1 files changed, 8 insertions, 13 deletions
diff --git a/docs/download/index.txt b/docs/download/index.txt
index 71caa51..674497e 100644
--- a/docs/download/index.txt
+++ b/docs/download/index.txt
@@ -15,22 +15,17 @@ are always located on the Cheese Shop pages (listed below).
* `Paste WebKit <http://cheeseshop.python.org/pypi/PasteWebKit>`_
* `Wareweb <http://cheeseshop.python.org/pypi/Wareweb>`_
-All the packages are available in the Subversion repository rooted at
-http://svn.pythonpaste.org/Paste/
+All the packages are available in the Mercurial repositories rooted in
+http://bitbucket.org/ianb/
-* http://svn.pythonpaste.org/Paste/trunk
-* http://svn.pythonpaste.org/Paste/Script/trunk
-* http://svn.pythonpaste.org/Paste/Deploy/trunk
-* http://svn.pythonpaste.org/Paste/WebKit/trunk
-* http://svn.pythonpaste.org/Paste/Wareweb/trunk
+* http://bitbucket.org/ianb/paste
+* http://bitbucket.org/ianb/pastescript
+* http://bitbucket.org/ianb/pastedeploy
+* http://bitbucket.org/ianb/webob
* ... and others
Use::
- svn co http://svn.pythonpaste.org/Paste/trunk Paste
+ hg clone http://bitbucket.org/ianb/paste
-to check out a working copy of Paste. You can also use::
-
- easy_install Paste==dev
-
-to install the trunk version of Paste (or the other packages).
+to check out a working copy of Paste.