Re: synchronize directory task

2001-11-15 Thread Peter Davis
- From: Jeff Sahol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 9:22 AM To: [EMAIL PROTECTED] Subject: synchronize directory task Is there a task for synchronizing a directory structure from one location to another? I don't want to do a delete and then copy, I want

synchronize directory task

2001-11-14 Thread Jeff Sahol
Is there a task for synchronizing a directory structure from one location to another? I don't want to do a delete and then copy, I want to minimize the need for copying files. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: synchronize directory task

2001-11-14 Thread Matt Lyon
Have you checked out move? -Original Message- From: Jeff Sahol [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 9:22 AM To: [EMAIL PROTECTED] Subject: synchronize directory task Is there a task for synchronizing a directory structure from one location to another? I don't

RE: synchronize directory task

2001-11-14 Thread Alan Pearlman Spencer
Or copy? Copy will only copy the files it needs. -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: 14 November 2001 14:16 To: Ant Users List Subject: RE: synchronize directory task Have you checked out move? -Original Message- From: Jeff Sahol [mailto:[EMAIL

Re: synchronize directory task

2001-11-14 Thread Jeff Sahol
[EMAIL PROTECTED] Sent: Wednesday, November 14, 2001 9:44 AM Subject: RE: synchronize directory task Or copy? Copy will only copy the files it needs. -Original Message- From: Matt Lyon [mailto:[EMAIL PROTECTED]] Sent: 14 November 2001 14:16 To: Ant Users List Subject: RE: synchronize

Re: synchronize directory task

2001-11-14 Thread Mark Gibson
I never actually got the time to test this, but below is a response from a similar question : All, I want to delete files from a local directory that no longer exist in a previously mirrored directory. e.g. c:/localdir file1.txt file2.txt file3.txt c:/otherdir file1.txt