summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-03-22 07:40:20 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-03-22 07:40:20 +0000
commite64be6f4efb2a6514ae4e27616974c78a78f2418 (patch)
tree3d0b014aff82992200476c4a930e3a2c3227f84c /docutils/docs/dev
parentbe0f5555c390f8db52463702ba60be34d68e0132 (diff)
downloaddocutils-e64be6f4efb2a6514ae4e27616974c78a78f2418.tar.gz
Remove trunk from ROOT urls
Add a note on url change git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7633 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/repository.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/docutils/docs/dev/repository.txt b/docutils/docs/dev/repository.txt
index fc6ba5c4b..febf58371 100644
--- a/docutils/docs/dev/repository.txt
+++ b/docutils/docs/dev/repository.txt
@@ -22,6 +22,10 @@
the **whole document**, especially the section "`Information for
Developers`_"!
+.. Note::
+
+ As of 2013-03-13 the subversion urls have changed.
+
Docutils uses a Subversion_ repository located at
``docutils.svn.sourceforge.net``.
Subversion is exhaustively documented in the `Subversion Book`_ (svnbook).
@@ -70,10 +74,10 @@ To get a checkout of the Docutils repository, first determine the root
of the repository depending on your preferred protocol:
anonymous access: (read only)
- ``http://svn.code.sf.net/p/docutils/code/trunk``
+ ``http://svn.code.sf.net/p/docutils/code``
`developer access`_: (read and write)
- ``svn+ssh://grubert@svn.code.sf.net/p/docutils/code/trunk``
+ ``svn+ssh://<USERNAME>@svn.code.sf.net/p/docutils/code``
git clone: (read only)
``git clone git://repo.or.cz/docutils.git``
@@ -135,7 +139,7 @@ changes to the repository.)
Sourceforge subversion access is documented `here`__
-__ http://sourceforge.net/apps/trac/sourceforge/wiki/Subversion
+__ http://sourceforge.net/p/forge/documentation/svn/
Setting Up Your Subversion Client For Development