summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-03-21 20:51:23 +0000
committergrubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2013-03-21 20:51:23 +0000
commit994a8fea4772838682f8bb79d7a9288b369364ff (patch)
treee1ea7cc875e14344317d39018431a7a89e485651
parent8f18f1a35188e8542cbe659d59bb3b8910653a77 (diff)
downloaddocutils-994a8fea4772838682f8bb79d7a9288b369364ff.tar.gz
change repository paths for new sf
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7632 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docs/dev/repository.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/dev/repository.txt b/docs/dev/repository.txt
index 86bf312ed..fc6ba5c4b 100644
--- a/docs/dev/repository.txt
+++ b/docs/dev/repository.txt
@@ -15,7 +15,8 @@
To get a checkout of the Docutils source tree (without the
sandboxes), type ::
- svn checkout http://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils
+ svn checkout http://svn.code.sf.net/p/docutils/code/trunk docutils-code
+
If you are going to commit changes to the repository, please read
the **whole document**, especially the section "`Information for
@@ -57,7 +58,7 @@ Web Access
~~~~~~~~~~
The repository can be browsed and examined via the web at
-http://docutils.svn.sourceforge.net/viewvc/docutils/.
+http://sourceforge.net/p/docutils/code
Alternatively, use the web interface of the git mirror at
http://repo.or.cz/w/docutils.git.
@@ -69,10 +70,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)
- ``https://docutils.svn.sourceforge.net/svnroot/docutils``
+ ``http://svn.code.sf.net/p/docutils/code/trunk``
`developer access`_: (read and write)
- ``https://<username>@docutils.svn.sourceforge.net/svnroot/docutils``
+ ``svn+ssh://grubert@svn.code.sf.net/p/docutils/code/trunk``
git clone: (read only)
``git clone git://repo.or.cz/docutils.git``