From c48101e8661d05a5f4546fecb3feb6f345df294e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 7 Aug 2005 14:28:59 +0000 Subject: [PATCH] Fix remaining reference to distutils svn; rename URL to /projects. --- pep-0347.txt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pep-0347.txt b/pep-0347.txt index 5685731fd..124c59f83 100644 --- a/pep-0347.txt +++ b/pep-0347.txt @@ -82,7 +82,7 @@ executed. The steps are elaborated upon in the following sections. 4. Convert the CVS repository into a Subversion repository. -5. Publish the repositories with write access for committers, and +5. Publish the repository with write access for committers, and read-only anonymous access. 6. Disable CVS access on SF. @@ -168,15 +168,17 @@ Sample results of this conversion are available at -Publish the Repositories +Publish the Repository ------------------------ -The repositories should be published at https://svn.python.org/python -and https://svn.python.org/distutils. Read-write access should be -granted through basic authentication to all current SF committers; -read-only anonymous access should also be granted. As an option, -websvn (available e.g. from the Debian websvn package) could be -provided. +The repository should be published at https://svn.python.org/projects. +Read-write access should be granted through basic authentication to +all current SF committers; read-only anonymous access should also be +granted. + +As an option, websvn (available e.g. from the Debian websvn package) +could be provided. Unfortunately, in the test installation, websvn +breaks because it runs out of memory. The current SF project admins should get write access to the password file, in order to create or delete new users.