Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-04-04 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 25, 2008, at 2:05 PM, [EMAIL PROTECTED] wrote: > >>> Did I misread the directions or do I really need the --create-prefix >>> arg? > >Barry> You do, the first time you push a user branch because > users/skip >Barry> doesn't exist yet.

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-31 Thread
[EMAIL PROTECTED] wrote: > Benjamin> Once you've pushed the branches, is there a way to remove them? > > Related question: is there a way to view the various branches in a non-local > repository? IIUC, conceptually, no. A branch is not *in* a repository; a branch *is* a repository (*). So you

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-31 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 30, 2008, at 3:35 AM, Martin v. Löwis wrote: > Likewise, if you are accessing the repository over bzr+ssh, in > general, > you can just ssh to the machine, and do a regular ls. In the specific

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-30 Thread Martin v. Löwis
[EMAIL PROTECTED] wrote: > Benjamin> Once you've pushed the branches, is there a way to remove them? > > Related question: is there a way to view the various branches in a non-local > repository? IIUC, conceptually, no. A branch is not *in* a repository; a branch *is* a repository (*). So you

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread skip
Benjamin> Once you've pushed the branches, is there a way to remove them? Related question: is there a way to view the various branches in a non-local repository? Skip ___ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mail

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 29, 2008, at 6:00 PM, Benjamin Peterson wrote: > > No, I mean the pushed version on code.python.org. Not unless you have shell or sftp access, which you probably don't. It's not a big deal though except for a mild feeling of uncleanliness.

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread Benjamin Peterson
On Sat, Mar 29, 2008 at 4:59 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mar 29, 2008, at 5:11 PM, Benjamin Peterson wrote: > > > Once you've pushed the branches, is there a way to remove them? > > Do you mean the local branches? If yes, th

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 29, 2008, at 5:11 PM, Benjamin Peterson wrote: > Once you've pushed the branches, is there a way to remove them? Do you mean the local branches? If yes, then 'rm -rf mymergedbranch' does exactly what you want. :) - -Barry -BEGIN PGP S

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-29 Thread Benjamin Peterson
On Thu, Mar 20, 2008 at 2:42 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm happy to announce that we now have available for public > consumption, the Python source code for 2.5, 2.6 and 3.0 available > under the Bazaar distributed version con

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-25 Thread skip
>> Did I misread the directions or do I really need the --create-prefix >> arg? Barry> You do, the first time you push a user branch because users/skip Barry> doesn't exist yet. It's mentioned in the docs, but it's pretty Barry> easy to overlook ;). Well, I noticed the menti

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-25 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 24, 2008, at 11:06 PM, [EMAIL PROTECTED] wrote: >Barry> All the gory details are documented here: > >Barry> http://www.python.org/dev/bazaar > > Thanks. I checked out, made a branch named test3, changed > Makefile.pre.in > to ha

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-24 Thread Matt Nordhoff
[EMAIL PROTECTED] wrote: > Barry> All the gory details are documented here: > > Barry> http://www.python.org/dev/bazaar > > Thanks. I checked out, made a branch named test3, changed Makefile.pre.in > to have a test3 target, checked it in, then tried to push it: > > % pwd >

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-24 Thread skip
Barry> All the gory details are documented here: Barry> http://www.python.org/dev/bazaar Thanks. I checked out, made a branch named test3, changed Makefile.pre.in to have a test3 target, checked it in, then tried to push it: % pwd /Users/skip/src/python-bzr/test3 % bzr

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-23 Thread Jonathan Lange
On Sat, Mar 22, 2008 at 8:28 AM, Paul Moore <[EMAIL PROTECTED]> wrote: > Basically, can some Bazaar expert offer a suggestion as to how a > non-developer with read-only access would best use the Bazaar > repositories to maintain a number of patches to be posted to the > tracker? > Here's what

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-23 Thread Jeroen Ruigrok van der Werven
(To provide counterweight.) -On [20080320 20:44], Barry Warsaw ([EMAIL PROTECTED]) wrote: >We have not made a decision to move to Bazaar officially, nor have we made >a decision to even move off of Subversion. Good, because between this now and pytz the other 63 projects I follow use Subversion o

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-22 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 21, 2008, at 5:28 PM, Paul Moore wrote: > > One thing I really like the idea of with Mercurial for my situation > (non-committer) is the mq extension, which lets me manage my changes > as a "stack of patches" - so I'm completely working with pat

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-21 Thread Benjamin Peterson
On Fri, Mar 21, 2008 at 6:12 PM, Brett Cannon <[EMAIL PROTECTED]> wrote: > On Fri, Mar 21, 2008 at 3:10 PM, Benjamin Peterson > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > On Fri, Mar 21, 2008 at 5:04 PM, Paul Moore <[EMAIL PROTECTED]> wrote: > > > > > > On 21/03/2008, Benjamin Peterson <[EMAIL

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-21 Thread Brett Cannon
On Fri, Mar 21, 2008 at 3:10 PM, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > > > > On Fri, Mar 21, 2008 at 5:04 PM, Paul Moore <[EMAIL PROTECTED]> wrote: > > > > On 21/03/2008, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > > I tend to make a repository and make a working copy for each patch

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-21 Thread Benjamin Peterson
On Fri, Mar 21, 2008 at 5:04 PM, Paul Moore <[EMAIL PROTECTED]> wrote: > On 21/03/2008, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > > I tend to make a repository and make a working copy for each patch in > it. > > The history is saved in the repository so it's efficient. > > OK, so just lots of

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-21 Thread Paul Moore
On 21/03/2008, Benjamin Peterson <[EMAIL PROTECTED]> wrote: > I tend to make a repository and make a working copy for each patch in it. > The history is saved in the repository so it's efficient. OK, so just lots of copies, fair enough. Presumably just use bzr diff to create patches? Much like Sub

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-21 Thread Benjamin Peterson
On Fri, Mar 21, 2008 at 4:28 PM, Paul Moore <[EMAIL PROTECTED]> wrote: > On 21/03/2008, Brett Cannon <[EMAIL PROTECTED]> wrote: > > Just to head this off, this is not a specific vote of confidence for > > Bazaar. The Bazaar developers were at PyCon and both Barry and Thomas > > were willing to p

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-21 Thread Paul Moore
On 21/03/2008, Brett Cannon <[EMAIL PROTECTED]> wrote: > Just to head this off, this is not a specific vote of confidence for > Bazaar. The Bazaar developers were at PyCon and both Barry and Thomas > were willing to put the time and effort to get the mirror up and going > while the Bazaar team w

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-21 Thread Benjamin Peterson
On Thu, Mar 20, 2008 at 2:42 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm happy to announce that we now have available for public > consumption, the Python source code for 2.5, 2.6 and 3.0 available > under the Bazaar distributed version con

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-21 Thread Brett Cannon
On Fri, Mar 21, 2008 at 1:42 AM, Jeroen Ruigrok van der Werven <[EMAIL PROTECTED]> wrote: > (To provide counterweight.) > > > -On [20080320 20:44], Barry Warsaw ([EMAIL PROTECTED]) wrote: > >We have not made a decision to move to Bazaar officially, nor have we made > >a decision to even move off

Re: [Python-3000] [Python-Dev] Python source code on Bazaar vcs

2008-03-20 Thread Ralf Schmitt
On Thu, Mar 20, 2008 at 8:42 PM, Barry Warsaw <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm happy to announce that we now have available for public > consumption, the Python source code for 2.5, 2.6 and 3.0 available > under the Bazaar distributed version con