[Python-checkins] Re: python/nondist/peps pep-0283.txt,1.39,1.40

David Goodger goodger@python.org
Sun, 20 Jul 2003 17:59:24 -0400


[Tim]
>>> Hmm.  Do we still store PEPs on SF?

[David Goodger]
>> No, they all (should) redirect to www.python.org/peps/.  I've fixed
>> the ones that don't, so now they do.  I also removed all pep-*.txt
>> files from python.sf.net/peps/; obsolete.

[Tim]
> I'm not following.  If the *.txt source still lives in SourceForge's
> CVS repository, then we still the store the PEP (source) on SF.

Yes, PEP source is stored in CVS on SF.  But the web-accessible files 
are now stored at http://www.python.org/peps/, and no longer at 
http://python.sf.net/peps/.  The pep2html.py program installs .txt and 
.html versions of PEPs on creosote.

>> The procedure is to publish using "pep2html.py -i" from your own
>> machine after a "cvs up":
>>
>>     cd nondist/peps
>>     cvs up
>>     ./pep2html.py -i 283
> 
> That just results in
> 
>     Permission denied.
>     lost connection
>     Permission denied.
> 
> for me, so good thing Fred has a cron job <wink>.

You may have to use "-u tim" if your creosote and local machine account 
names differ.  I usually log in to creosote and install from there with 
"-l" (local install); avoids account/password issues.

-- 
David Goodger    http://starship.python.net/~goodger
For hire: http://starship.python.net/~goodger/cv
Docutils: http://docutils.sourceforge.net/
(includes reStructuredText: http://docutils.sf.net/rst.html)