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 yo

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

2003-12-16 Thread Eric Siegerman
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 looked at the "cvs" core task? > Thanks for your help. You're welcome. -- | | /\ |-_|/ > Eric Siegerman, Toronto, On

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. Th

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

2003-12-15 Thread Eric Siegerman
On Mon, Dec 15, 2003 at 09:20:45PM -0700, Chad Woolley wrote: > I am looking for a way to automate a CVS checkout/checkin process. You'll have to explain a bit more what you mean, I think. > Also, on the > checkin, I don't want to check in any files that have identical contents to the > reposit

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.