diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-04-04 02:54:17 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2006-04-04 02:54:17 +0000 |
| commit | 612413f509e66c10e50301199aa534ccfc5a8dcd (patch) | |
| tree | 8bc20b2d9096da4198a1bf201935e2a9bbf7d092 /docs/dev | |
| parent | 68506e800bd1cfcef3e165f3b9b3aadd71184dea (diff) | |
| download | docutils-612413f509e66c10e50301199aa534ccfc5a8dcd.tar.gz | |
fixed svn switch command args
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4495 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
| -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.) |
