diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-06-05 20:19:55 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-06-05 20:19:55 +0000 |
| commit | 5f97bb252e614fd7c551d5f921780448614a579c (patch) | |
| tree | 75a607958cd4798211dd3e5af383ed6784f1a534 | |
| parent | a05d39263d5199fa53b51941696e9c7e7a965f65 (diff) | |
| download | docutils-5f97bb252e614fd7c551d5f921780448614a579c.tar.gz | |
--- MERGE: merged r4495 to maintenance branch; original log message:
fixed svn switch command args
git-svn-id: http://svn.code.sf.net/p/docutils/code/branches/docutils-0.4@4609 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | docs/dev/repository.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/repository.txt b/docs/dev/repository.txt index 2c613b10e..ed6c29ab9 100644 --- a/docs/dev/repository.txt +++ b/docs/dev/repository.txt @@ -90,10 +90,10 @@ working copy, type :: docutils If you previously had an anonymous working copy and gained developer -access, you can switch the URL associated with your working copy by -typing :: +access, you can switch the URL associated with your working copy with +this command (executed in the root of your working copy) :: - svn switch --relocate svn://svn.berlios.de/docutils/trunk/docutils \ + svn switch --relocate svn://svn.berlios.de/docutils \ svn+ssh://<user>@svn.berlios.de/svnroot/repos/docutils (Again, ``<user>`` is your BerliOS user account name.) |
