Re: Developer workflow and DVCS (was: Leaving DPMT?)

2009-03-02 Thread Ondrej Certik
On Sun, Mar 1, 2009 at 4:14 PM, Tristan Seligmann mithra...@mithrandi.net wrote: * David Cournapeau courn...@gmail.com [2009-02-28 20:22:46 +0900]: I have never used stacked branches, but are you sure you can only branch the repository data related to a subset of the working tree only ? My

Re: Developer workflow and DVCS (was: Leaving DPMT?)

2009-03-02 Thread Tristan Seligmann
* Ondrej Certik ond...@certik.cz [2009-03-02 11:07:25 -0500]: If you don't want the project history, then you can use lightweight checkouts, which are essentially equivalent to SVN checkouts (you get a local working copy, but no local branch or repository). Ah, so you basically only get

Re: Developer workflow and DVCS (was: Leaving DPMT?)

2009-03-02 Thread Ondrej Certik
On Mon, Mar 2, 2009 at 11:27 AM, Tristan Seligmann mithra...@mithrandi.net wrote: * Ondrej Certik ond...@certik.cz [2009-03-02 11:07:25 -0500]: If you don't want the project history, then you can use lightweight checkouts, which are essentially equivalent to SVN checkouts (you get a local

Re: Developer workflow and DVCS (was: Leaving DPMT?)

2009-02-28 Thread Sandro Tosi
On Sat, Feb 28, 2009 at 02:21, Ben Finney ben+deb...@benfinney.id.au wrote: [re-sending as a followup to an older thread] I see this discussion focussing on Subversion versus Git; I wish with this message to point out that's a false dichotomy, as not all DVCSen are necessarily like Git.

Re: Developer workflow and DVCS (was: Leaving DPMT?)

2009-02-28 Thread David Cournapeau
On Sat, Feb 28, 2009 at 10:21 AM, Ben Finney ben+deb...@benfinney.id.au wrote: This issue is avoidable if the repository is a Bazaar one: But what does it solve ? The main problem with downloading the whole history is the time taken. The only way to know the relative speed is to measure; in my

Re: Leaving DPMT?

2009-02-28 Thread Cyril Brulebois
Piotr Ożarowski pi...@debian.org (26/02/2009): Now, question: should I keep DPMT in Uploaders, or drop it? please remove it, one exception will lead to other requests and I just love grep -r :-P OK, did so. Mraw, KiBi. signature.asc Description: Digital signature

Re: Leaving DPMT?

2009-02-27 Thread Sandro Tosi
On Thu, Feb 26, 2009 at 22:11, Ondrej Certik ond...@certik.cz wrote: Currently I think Sandro is the last major contributor for DPMT who wants to stay in svn. No, what I said was: - I see no need to move to git as a team - I can't afford to download all the git repos for packages I want to

Re: Leaving DPMT?

2009-02-27 Thread Stephan Peijnik
First of all, I do not consider myself to be a 'major' contributor to the DPMT either. On Fri, 2009-02-27 at 15:07 +0100, Sandro Tosi wrote: No, what I said was: - I see no need to move to git as a team - I can't afford to download all the git repos for packages I want to modify once I can

Re: Leaving DPMT?

2009-02-27 Thread Ondrej Certik
On Fri, Feb 27, 2009 at 7:33 AM, Stephan Peijnik deb...@sp.or.at wrote: First of all, I do not consider myself to be a 'major' contributor to the DPMT either. On Fri, 2009-02-27 at 15:07 +0100, Sandro Tosi wrote: No, what I said was: - I see no need to move to git as a team - I can't

Re: Leaving DPMT?

2009-02-27 Thread Ben Finney
I see this discussion focussing exclusively on Subversion versus Git; I wish with this message to point out that not all DVCSen are necessarily like Git. To do so, I'll engage in a little advocacy for Bazaar. I hope people can be open to discussion about relative merits of tools. Stephan Peijnik

Re: Leaving DPMT?

2009-02-27 Thread Sandro Tosi
On Sat, Feb 28, 2009 at 01:11, Ben Finney ben+deb...@benfinney.id.au wrote: I see this discussion focussing exclusively on Subversion versus Git; I wish with this message to point out that not all DVCSen are necessarily like Git. WTF?! As Ondrej said just some hours ago: On Fri, Feb 27, 2009

Re: Leaving DPMT?

2009-02-27 Thread Ben Finney
Sandro Tosi mo...@debian.org writes: On Sat, Feb 28, 2009 at 01:11, Ben Finney ben+deb...@benfinney.id.au wrote: I see this discussion focussing exclusively on Subversion versus Git; I wish with this message to point out that not all DVCSen are necessarily like Git. WTF?! As Ondrej said

Re: Leaving DPMT?

2009-02-27 Thread Ondrej Certik
On Fri, Feb 27, 2009 at 4:48 PM, Ben Finney ben+deb...@benfinney.id.au wrote: Sandro Tosi mo...@debian.org writes: On Sat, Feb 28, 2009 at 01:11, Ben Finney ben+deb...@benfinney.id.au wrote: I see this discussion focussing exclusively on Subversion versus Git; I wish with this message to

Re: Leaving DPMT?

2009-02-27 Thread Ben Finney
Ondrej Certik ond...@certik.cz writes: On Fri, Feb 27, 2009 at 4:48 PM, Ben Finney ben+deb...@benfinney.id.au wrote: Certainly, if someone can point me to the right thread. http://www.google.com/search?hl=enq=debian+python+git+svnbtnG=Google+Searchaq=foq= it's the 4th link:

Developer workflow and DVCS (was: Leaving DPMT?)

2009-02-27 Thread Ben Finney
[re-sending as a followup to an older thread] I see this discussion focussing on Subversion versus Git; I wish with this message to point out that's a false dichotomy, as not all DVCSen are necessarily like Git. To do so, I'll engage in a little advocacy for Bazaar URL:http://bazaar-vcs.org/. I

Leaving DPMT?

2009-02-26 Thread Cyril Brulebois
Hello. There's no f* way in hell I'm gonna keep using SVN. (That's not a troll, a flame, whatever. Just a statement.) That's why I'm planning to move python-{networkx,pygraphviz} out of DPMT's svn and move them to collab-maint's set of git repositories. Now, question: should I keep DPMT in

Re: Leaving DPMT?

2009-02-26 Thread Piotr Ożarowski
Hi, [Cyril Brulebois, 2009-02-26] That's why I'm planning to move python-{networkx,pygraphviz} out of DPMT's svn and move them to collab-maint's set of git repositories. Now, question: should I keep DPMT in Uploaders, or drop it? please remove it, one exception will lead to other requests

Re: Leaving DPMT?

2009-02-26 Thread Ondrej Certik
On Thu, Feb 26, 2009 at 12:14 PM, Piotr Ożarowski pi...@debian.org wrote: Hi, [Cyril Brulebois, 2009-02-26] That's why I'm planning to move python-{networkx,pygraphviz} out of DPMT's svn and move them to collab-maint's set of git repositories. Now, question: should I keep DPMT in Uploaders,

Re: Leaving DPMT?

2009-02-26 Thread Emilio Pozuelo Monfort
Ondrej Certik wrote: Currently I think Sandro is the last major contributor for DPMT who wants to stay in svn. I don't think I count as major contributor, but I'm distrustful about changing too. Emilio signature.asc Description: OpenPGP digital signature