From 994a8fea4772838682f8bb79d7a9288b369364ff Mon Sep 17 00:00:00 2001 From: grubert Date: Thu, 21 Mar 2013 20:51:23 +0000 Subject: [PATCH] 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 --- docs/dev/repository.txt | 9 +++++---- 1 file 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://@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`` -- 2.11.4.GIT