summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-03-04 19:29:47 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2007-03-04 19:29:47 +0000
commitbccad957619a948816a13bed561c476b21530992 (patch)
treea36e8efcd0f1d48a5ae8c4403f30dec1c2ea4016
parentd7166266eb565fdc094bac91c145f40b9818ee2a (diff)
downloaddocutils-bccad957619a948816a13bed561c476b21530992.tar.gz
added link to TortoiseSVN
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4991 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docs/dev/repository.txt17
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/dev/repository.txt b/docs/dev/repository.txt
index 252dc0ba5..3961cbbfc 100644
--- a/docs/dev/repository.txt
+++ b/docs/dev/repository.txt
@@ -15,7 +15,7 @@
To get a checkout of the Docutils source tree (without the
sandboxes), type ::
- svn co http://svn.berlios.de/svnroot/repos/docutils/trunk/docutils
+ svn checkout http://svn.berlios.de/svnroot/repos/docutils/trunk/docutils
If you are going to commit changes to the repository, please read
the **whole document**, especially the section "`Information for
@@ -25,21 +25,26 @@ Docutils uses a Subversion_ repository located at ``svn.berlios.de``.
Subversion is exhaustively documented in the `Subversion Book`_
(svnbook).
-.. _Subversion: http://subversion.tigris.org/
-.. _Subversion Book: http://svnbook.red-bean.com/
+While Unix and Mac OS X users will probably prefer the standard
+Subversion command line interface, Windows user may want to try
+TortoiseSVN_, a convenient explorer extension. The instructions apply
+analogously.
Note that while the repository and the snapshots reside at BerliOS_,
all other project data (web site, releases, mailing lists, trackers)
is hosted by SourceForge.net_.
-.. _BerliOS: http://developer.berlios.de/
-.. _SourceForge.net: http://sourceforge.net/
-
For the project policy on repository use (check-in requirements,
branching, etc.), please see the `Docutils Project Policies`__.
__ policies.html#subversion-repository
+.. _Subversion: http://subversion.tigris.org/
+.. _Subversion Book: http://svnbook.red-bean.com/
+.. _TortoiseSVN: http://tortoisesvn.tigris.org/
+.. _BerliOS: http://developer.berlios.de/
+.. _SourceForge.net: http://sourceforge.net/
+
.. contents::