[Python-checkins] devguide: Remove entry about svn mkdir

antoine.pitrou python-checkins at python.org
Sun Feb 6 23:42:46 CET 2011


antoine.pitrou pushed c27a16180595 to devguide:

http://hg.python.org/devguide/rev/c27a16180595
changeset:   264:c27a16180595
branch:      hg_transition
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Feb 06 23:38:48 2011 +0100
summary:
  Remove entry about svn mkdir

files:
  faq.rst

diff --git a/faq.rst b/faq.rst
--- a/faq.rst
+++ b/faq.rst
@@ -361,23 +361,6 @@
    hg update <tag>
 
 
-How can I create a directory in the sandbox?
-------------------------------------------------------------------------------
-
-Assuming you have commit privileges and you do not already have a complete
-checkout of the sandbox itself, the easiest way is to use svn's ``mkdir``
-command::
-
-  svn mkdir svn+ssh://pythondev@svn.python.org/sandbox/trunk/<directory>
-
-That command will create the new directory on the server.  To gain access to
-the new directory you then checkout it out (substitute ``mkdir`` in the command
-above with ``checkout``).
-
-If you already have a complete checkout of the sandbox then you can just use
-``svn mkdir`` on a local directory name and check in the new directory itself.
-
-
 SSH
 =======
 

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list