from A to B?
* files which doesnt exist in A wont be selected and therefore not be copied
* older files in A are sorted out by
Jan
-Ursprüngliche Nachricht-
Von: edouard cante [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 21. Dezember 2005 11:28
An: user@ant.apache.org
Betreff: Refresh
t.apache.org
>Betreff: Refresh file
>
>Hello,
>
>I have 2 directory, A and B.
>I would like to refresh B with A. In fact, I want that all the
>files in B will be replace by the same file from A if it is
>more recent and if it exists in A.
>I test the task synchronise and co
Hello,
I have 2 directory, A and B.
I would like to refresh B with A. In fact, I want that all the files in
B will be replace by the same file from A if it is more recent and if it
exists in A.
I test the task synchronise and copy, but my script always copy the new
file from A to B.
Thanks
-