summaryrefslogtreecommitdiff
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
commit497d6bc94ccbacc063f069e46f7ae68de89c89f8 (patch)
tree0ae2f00dd62b1fc7748466882553f140567be0cf
parent994a8fea4772838682f8bb79d7a9288b369364ff (diff)
downloaddocutils-497d6bc94ccbacc063f069e46f7ae68de89c89f8.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/docutils@7633 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docs/dev/repository.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/dev/repository.txt b/docs/dev/repository.txt
index fc6ba5c4b..febf58371 100644
--- a/docs/dev/repository.txt
+++ b/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