Re: Files to keep in a control versioning system

2008-01-25 Thread Paulo J. Matos
On Jan 24, 2008 9:54 PM, Warren Young <[EMAIL PROTECTED]> wrote: > Paulo J. Matos wrote: > > > > Which files of a autotools project should be kept in a control > > versioning system? > > IMHO, nothing generated goes in the repository. Ever. If that means > some developers are using different tool

Re: Files to keep in a control versioning system

2008-01-25 Thread Paulo J. Matos
On Jan 24, 2008 2:59 PM, Bob Friesenhahn <[EMAIL PROTECTED]> wrote: > On Thu, 24 Jan 2008, Ralf Wildenhues wrote: > >> I've been keeping the files kept by make maintainer-clean but that > >> keeps the configure script, for example, which is machine dependent (I > >> think) , so I guess I need somet

Re: Files to keep in a control versioning system

2008-01-25 Thread Paulo J. Matos
On Jan 24, 2008 11:34 AM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Paulo, > > * Paulo J. Matos wrote on Thu, Jan 24, 2008 at 11:55:21AM CET: > > > > Which files of a autotools project should be kept in a control > > versioning system? > > Some data (I'll let others make suggestions): >

Re: Files to keep in a control versioning system

2008-01-24 Thread Warren Young
Paulo J. Matos wrote: Which files of a autotools project should be kept in a control versioning system? IMHO, nothing generated goes in the repository. Ever. If that means some developers are using different tools to generate these files and so get different results, that's a good thing: i

Re: Files to keep in a control versioning system

2008-01-24 Thread Bob Friesenhahn
On Thu, 24 Jan 2008, Ralf Wildenhues wrote: I've been keeping the files kept by make maintainer-clean but that keeps the configure script, for example, which is machine dependent (I think) , so I guess I need something stricter? No, configure is not machine-dependent. Configure is not machine

Re: Files to keep in a control versioning system

2008-01-24 Thread Ralf Wildenhues
Hello Paulo, * Paulo J. Matos wrote on Thu, Jan 24, 2008 at 11:55:21AM CET: > > Which files of a autotools project should be kept in a control > versioning system? Some data (I'll let others make suggestions): . > I've been keeping

Files to keep in a control versioning system

2008-01-24 Thread Paulo J. Matos
Hello all, Which files of a autotools project should be kept in a control versioning system? I've been keeping the files kept by make maintainer-clean but that keeps the configure script, for example, which is machine dependent (I think) , so I guess I need something stricter? Cheers, -- Paulo