Re: How to organize control access to source code ?

2007-07-20 Thread Bruno Desthuilliers
Paul Rubin a écrit : > Bruno Desthuilliers <[EMAIL PROTECTED]> writes: >>> How can we organize development team with code source control policy, >>> that limit access to some portion of code ? >> The question may be of interest, but I'm afraid I don't understand how >> it relates to Python ??? > >

Re: How to organize control access to source code ?

2007-07-20 Thread Paul Rubin
Bruno Desthuilliers <[EMAIL PROTECTED]> writes: > > How can we organize development team with code source control policy, > > that limit access to some portion of code ? > > The question may be of interest, but I'm afraid I don't understand how > it relates to Python ??? It sounds like a reasonab

Re: How to organize control access to source code ?

2007-07-17 Thread Cameron Laird
In article <[EMAIL PROTECTED]>, Paul Boddie <[EMAIL PROTECTED]> wrote: >On 17 Jul, 01:16, [EMAIL PROTECTED] wrote: >> >> Thanks for your response, >> But I want to know if there is a process or best practices, to give >> not the access to all of the project. in other words, must every >> developer

Re: How to organize control access to source code ?

2007-07-17 Thread Paul Boddie
On 17 Jul, 01:16, [EMAIL PROTECTED] wrote: > > Thanks for your response, > But I want to know if there is a process or best practices, to give > not the access to all of the project. in other words, must every > developer work on the entire copy of the project locally ? You probably want to split

Re: How to organize control access to source code ?

2007-07-17 Thread James Stroud
[EMAIL PROTECTED] wrote: > On 16 juil, 21:10, Erik Jones <[EMAIL PROTECTED]> wrote: >> On Jul 16, 2007, at 3:46 PM, [EMAIL PROTECTED] wrote: >> >>> Hello, >>> How can we organize development team with code source control policy, >>> that limit access to some portion of code ? >> The specifics large

Re: How to organize control access to source code ?

2007-07-17 Thread Bruno Desthuilliers
[EMAIL PROTECTED] a écrit : > Hello, > How can we organize development team with code source control policy, > that limit access to some portion of code ? The question may be of interest, but I'm afraid I don't understand how it relates to Python ??? -- http://mail.python.org/mailman/listinfo/p

Re: How to organize control access to source code ?

2007-07-16 Thread Succelus
On 16 juil, 21:10, Erik Jones <[EMAIL PROTECTED]> wrote: > On Jul 16, 2007, at 3:46 PM, [EMAIL PROTECTED] wrote: > > > Hello, > > How can we organize development team with code source control policy, > > that limit access to some portion of code ? > > The specifics largely depend on the system(s) y

Re: How to organize control access to source code ?

2007-07-16 Thread Erik Jones
On Jul 16, 2007, at 3:46 PM, [EMAIL PROTECTED] wrote: > Hello, > How can we organize development team with code source control policy, > that limit access to some portion of code ? The specifics largely depend on the system(s) you're working with but, basically (sic), you need to read up on fil

How to organize control access to source code ?

2007-07-16 Thread Succelus
Hello, How can we organize development team with code source control policy, that limit access to some portion of code ? Sincerely, Ahmed Boukhari -- http://mail.python.org/mailman/listinfo/python-list