Remove remaining mentioning of basic auth.
This commit is contained in:
parent
94c0ae0d20
commit
9f088f3ce9
20
pep-0347.txt
20
pep-0347.txt
|
@ -151,6 +151,12 @@ e.g. in the cvs2svn Debian package. As cvs2svn does not currently
|
|||
support the project/trunk structure, each project needs to be
|
||||
converted separately. To get each conversion result into a separate
|
||||
directory in the target repository, svnadmin load must be used.
|
||||
|
||||
Subversion has a different view on binary-vs-text files than CVS.
|
||||
To correctly carry the CVS semantics forward, svn:eol-style should
|
||||
be set to native on all files that are not marked binary in the
|
||||
CVS.
|
||||
|
||||
In summary, the conversion script is::
|
||||
|
||||
#!/bin/sh
|
||||
|
@ -184,18 +190,18 @@ Sample results of this conversion are available at
|
|||
Publish the Repository
|
||||
------------------------
|
||||
|
||||
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. Read-write access will go through
|
||||
svn+ssh://pythondev@svn.python.org/projects.
|
||||
The repository should be published at http://svn.python.org/projects.
|
||||
Read-write access should be granted to all current SF committers
|
||||
through svn+ssh://pythondev@svn.python.org/projects;
|
||||
read-only anonymous access through WebDAV 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.
|
||||
The current SF project admins should get write access to the
|
||||
authorized_keys file of the pythondev account.
|
||||
|
||||
|
||||
Disable CVS
|
||||
|
|
Loading…
Reference in New Issue