added missing "us"; whitespace
This commit is contained in:
parent
c48101e866
commit
6ad96d6b3d
|
@ -97,6 +97,7 @@ need to provide a password. This mechanism should be used, at least
|
|||
initially, for the Python CVS as well, since various committers also
|
||||
have a username/password pair for the www SVN repository already.
|
||||
|
||||
|
||||
Downloading the CVS Repository
|
||||
------------------------------
|
||||
|
||||
|
@ -167,14 +168,13 @@ Sample results of this conversion are available at
|
|||
http://www.dcl.hpi.uni-potsdam.de/pysvn/
|
||||
|
||||
|
||||
|
||||
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.
|
||||
granted.
|
||||
|
||||
As an option, websvn (available e.g. from the Debian websvn package)
|
||||
could be provided. Unfortunately, in the test installation, websvn
|
||||
|
@ -192,6 +192,7 @@ interface can be removed from the project page; the repository itself
|
|||
remains available. If desired, write access to the python and
|
||||
distutils modules can be disabled through a CVS commitinfo entry.
|
||||
|
||||
|
||||
Discussion
|
||||
----------
|
||||
|
||||
|
@ -229,7 +230,9 @@ The rejected alternatives are shortly discussed here:
|
|||
decided.
|
||||
|
||||
* Subversion over WebDAV, using SSL client certificates. This would
|
||||
work, but would require to administrate a certificate authority.
|
||||
work, but would require us to administrate a certificate
|
||||
authority.
|
||||
|
||||
|
||||
Copyright
|
||||
---------
|
||||
|
|
Loading…
Reference in New Issue