From 5f97bb252e614fd7c551d5f921780448614a579c Mon Sep 17 00:00:00 2001 From: wiemann Date: Mon, 5 Jun 2006 20:19:55 +0000 Subject: --- 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 --- docs/dev/repository.txt | 6 +++--- 1 file 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://@svn.berlios.de/svnroot/repos/docutils (Again, ```` is your BerliOS user account name.) -- cgit v1.2.1