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.