Re: [Python-Dev] Conversion to Subversion is complete

2005-10-29 Thread Barry Warsaw
On Sat, 2005-10-29 at 12:44, "Martin v. Löwis" wrote: > What do others think? I personally found those long subject lines > listing all the changed files very ugly and unreadable. Me too. At work our subject lines contain something like: Subject: [SVN][reponame] checkin of r12345 - dir/containi

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-29 Thread Martin v. Löwis
Simon Percivall wrote: > Could the subject lines of those messages please be changed to something > more informative? Having which files were changed in the subject seems > better than having only the new rev and the folders the files are in. I'm neither sure whether that should be done, or whethe

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-29 Thread Simon Percivall
On 27 okt 2005, at 19.57, Martin v. Löwis wrote: > Michael Hudson wrote: > >> Do checkins to svn.python.org go to the python-checkins list already? >> > > They do indeed - you should have received one commit message by now > (me testing whether committing works, on PEP 347). Could the subject line

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-28 Thread Martin v. Löwis
Martin v. Löwis wrote: >>I am also curious as to what you would have me check out for the >>sandbox; whole directory or just the trunk? > > > You would usually only check out the trunk (unless you want to work > on a branch, of course). Actually, you would probably check out a sandbox subdirecto

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-28 Thread Martin v. Löwis
Brett Cannon wrote: > I have started a svn section in the dev FAQ > (http://www.python.org/dev/devfaq.html) pertaining to checking out a > project from the repository and other stuff discussed so far. If > something is not clear or people feel a step is missing, let me know. One think that should

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-28 Thread Brett Cannon
On 10/27/05, Fred L. Drake, Jr. <[EMAIL PROTECTED]> wrote: > On Thursday 27 October 2005 23:03, Brett Cannon wrote: > > I guess, but I just don't like wikis personally so I have no > > inclination to make the conversion. If someone wants to make the > > conversion over to the wiki and keep it u

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-28 Thread Barry Warsaw
On Fri, 2005-10-28 at 03:53, Thomas Heller wrote: > Can anyone recommend an XEmacs svn plugin to use - I've tried psvn.el > from http://www.xsteve.at/prg/emacs/psvn.el which seems to work? Yep, that's the one I use, albeit a few revs back from what's up there now. It's had some performance probl

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-28 Thread Thomas Heller
Michael Hudson <[EMAIL PROTECTED]> writes: > Thomas Heller <[EMAIL PROTECTED]> writes: > >> Can anyone recommend an XEmacs svn plugin to use - I've tried psvn.el >> from http://www.xsteve.at/prg/emacs/psvn.el which seems to work? > > I've heard http://www.xsteve.at/prg/emacs/psvn.el works :) > > I

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-28 Thread Michael Hudson
Thomas Heller <[EMAIL PROTECTED]> writes: > Can anyone recommend an XEmacs svn plugin to use - I've tried psvn.el > from http://www.xsteve.at/prg/emacs/psvn.el which seems to work? I've heard http://www.xsteve.at/prg/emacs/psvn.el works :) I also have vc-svn.el installed (I think it's from the s

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-28 Thread Thomas Heller
[EMAIL PROTECTED] writes: > The Python source code repository is now converted to subversion; > please feel free to start checking out new sandboxes. For a few > days, this installation probably still needs to be considered in > testing. If there are no serious problems found by next Monday, > I w

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Martin v. Löwis
Brett Cannon wrote: > Why the entire 'peps' directory and not just the trunk like with > 'python'? It looks like no tags or branches have ever been created > for the PEPs and thus are not really needed. Right. > I am also curious as to what you would have me check out for the > sandbox; whole di

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Fred L. Drake, Jr.
On Thursday 27 October 2005 23:03, Brett Cannon wrote: > I guess, but I just don't like wikis personally so I have no > inclination to make the conversion. If someone wants to make the > conversion over to the wiki and keep it up that's fine, but I have no > problem keeping the dev FAQ updated

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Brett Cannon
On 10/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Brett> I have started a svn section in the dev FAQ > Brett> (http://www.python.org/dev/devfaq.html) pertaining to checking > Brett> out a project from the repository and other stuff discussed so > Brett> far. If somethin

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread skip
Brett> I have started a svn section in the dev FAQ Brett> (http://www.python.org/dev/devfaq.html) pertaining to checking Brett> out a project from the repository and other stuff discussed so Brett> far. If something is not clear or people feel a step is missing, Brett> let me

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Tim Peters
[Brett Cannon] > I have started a svn section in the dev FAQ > (http://www.python.org/dev/devfaq.html) pertaining to checking out a > project from the repository and other stuff discussed so far. If > something is not clear or people feel a step is missing, let me know. Thanks, Brett! I'm just s

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Brett Cannon
I have started a svn section in the dev FAQ (http://www.python.org/dev/devfaq.html) pertaining to checking out a project from the repository and other stuff discussed so far. If something is not clear or people feel a step is missing, let me know. I will remove the CVS section once Martin has tos

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Brett Cannon
On 10/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: [SNIP] > Most of you are probably interested in checking out one of these > folders: > > svn+ssh://[EMAIL PROTECTED]/python/trunk > svn+ssh://[EMAIL PROTECTED]/python/branches/release24-maint > svn+ssh://[EMAIL PROTECTED]/peps > Why the ent

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Martin v. Löwis
Walter Dörwald wrote: > BTW, ViewCVS seems to be missing the stylesheet. http:// > svn.python.org/view/*docroot*/styles.css gives an exception > complaining about "No such file or directory: '/etc/viewcvs/doc/ > styles.css'" Thanks, fixed. I already wondered why I was supposed to create a /vie

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Walter Dörwald
Am 27.10.2005 um 19:18 schrieb Martin v. Löwis: > Walter Dörwald wrote: > >> Thanks for doing this. >> BTW, will there be daily tarballs, like the one available from: >> http://cvs.perl.org/snapshots/python/python/python-latest.tar.gz >> > > Will be, yes (I'm saddened that you refer to this locati

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Martin v. Löwis
Michael Hudson wrote: > Do checkins to svn.python.org go to the python-checkins list already? They do indeed - you should have received one commit message by now (me testing whether committing works, on PEP 347). Regards, Martin ___ Python-Dev mailing l

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Martin v. Löwis
Wolfgang Langner wrote: > But why is an old subversion used ? > (Powered by Subversion version 1.1.4) That's the one Debian provides. We don't build our own, but use Debian packages for everything. Also, subversion 1.1 is not old: it was released on Oct 4, 2004; 1.1.4 is less than a year old. Re

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Martin v. Löwis
Guido van Rossum wrote: > Woo hoo! Thanks for all the hard work and good thinking, Martin. My pleasure! >>svn+ssh://[EMAIL PROTECTED]/python/trunk >>svn+ssh://[EMAIL PROTECTED]/python/branches/release24-maint >>svn+ssh://[EMAIL PROTECTED]/peps > > > This doesn't work for me. I'm sure the proble

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Martin v. Löwis
Walter Dörwald wrote: > Thanks for doing this. > > BTW, will there be daily tarballs, like the one available from: > http://cvs.perl.org/snapshots/python/python/python-latest.tar.gz Will be, yes (I'm saddened that you refer to this location, and not http://www.dcl.hpi.uni-potsdam.de/home/loewis/p

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Guido van Rossum
On 10/27/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > The Python source code repository is now converted to subversion; > please feel free to start checking out new sandboxes. Woo hoo! Thanks for all the hard work and good thinking, Martin. > Most of you are probably interested in checking

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Michael Hudson
[EMAIL PROTECTED] writes: > The Python source code repository is now converted to subversion; > please feel free to start checking out new sandboxes. For a few > days, this installation probably still needs to be considered in > testing. If there are no serious problems found by next Monday, > I w

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Wolfgang Langner
Hello, [EMAIL PROTECTED] wrote: > martin> The Python source code repository is now converted to > martin> subversion; please feel free to start checking out new > martin> sandboxes. > > Excellent... Thanks for all the effort. Good work. I checked the http and viewcvs access and all

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread Walter Dörwald
[EMAIL PROTECTED] wrote: > The Python source code repository is now converted to subversion; > [...] Thanks for doing this. BTW, will there be daily tarballs, like the one available from: http://cvs.perl.org/snapshots/python/python/python-latest.tar.gz Bye, Walter Dörwald _

Re: [Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread skip
> "martin" == martin <[EMAIL PROTECTED]> writes: martin> The Python source code repository is now converted to martin> subversion; please feel free to start checking out new martin> sandboxes. Excellent... Thanks for all the effort. Skip ___

[Python-Dev] Conversion to Subversion is complete

2005-10-27 Thread martin
The Python source code repository is now converted to subversion; please feel free to start checking out new sandboxes. For a few days, this installation probably still needs to be considered in testing. If there are no serious problems found by next Monday, I would consider conversion of the data