Fix remaining reference to distutils svn; rename URL to /projects.
This commit is contained in:
parent
0c02be7796
commit
c48101e866
18
pep-0347.txt
18
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.
|
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.
|
read-only anonymous access.
|
||||||
|
|
||||||
6. Disable CVS access on SF.
|
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
|
The repository should be published at https://svn.python.org/projects.
|
||||||
and https://svn.python.org/distutils. Read-write access should be
|
Read-write access should be granted through basic authentication to
|
||||||
granted through basic authentication to all current SF committers;
|
all current SF committers; read-only anonymous access should also be
|
||||||
read-only anonymous access should also be granted. As an option,
|
granted.
|
||||||
websvn (available e.g. from the Debian websvn package) could be
|
|
||||||
provided.
|
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
|
The current SF project admins should get write access to the password
|
||||||
file, in order to create or delete new users.
|
file, in order to create or delete new users.
|
||||||
|
|
Loading…
Reference in New Issue