How can I update a CVS module that uses ampersand module to add individual subdirectories without also pulling subdirectories which are not part of the module?

2004-04-12 Thread Chad Woolley
Does anyone know the status of this issue? Is this supported in a current release? If so, which one? http://www.loria.fr/~molli/fom-serve/cache/406.html Thanks, Chad ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: automating cvs checkout/checkin and also don't checkin identical files

2003-12-17 Thread Chad Woolley
Yes, that's exactly what I'm going to do. I meant to say custom Ant TARGET, not TASK. Thanks! Chad Eric Siegerman wrote: On Tue, Dec 16, 2003 at 06:03:30PM -0700, Chad Woolley wrote: I can now write a custom Ant task to commit all files, without worrying which have been modified. Have you

Re: automating cvs checkout/checkin and also don't checkin identical files

2003-12-16 Thread Chad Woolley
Eric Siegerman wrote: You'll have to explain a bit more what you mean, I think. I'm looking to automate this via Apache Ant. Also, on the checkin, I don't want to check in any files that have identical contents to the repository version - even if they have been saved with a new timestamp.

automating cvs checkout/checkin and also don't checkin identical files

2003-12-15 Thread Chad Woolley
Hi, This may be a bit off topic, but maybe someone can help. I am looking for a way to automate a CVS checkout/checkin process. Also, on the checkin, I don't want to check in any files that have identical contents to the repository version - even if they have been saved with a new timestamp.