-Original Message-
From: Matèrne, Jan (RZF, Aufg 481) [mailto:jan.mate...@fv.nrw.de]
Sent: mardi 26 avril 2016 14:10
To: Ant Users List
Subject: AW: Multiple fileset and filelist comparisons
>If you just "upload" files, you could use the selector for getting
>changed f
: Multiple fileset and filelist comparisons
-Original Message-
From: Dominique Devienne [mailto:ddevie...@gmail.com]
Sent: mardi 26 avril 2016 13:11
To: Ant Users List
Subject: Re: Multiple fileset and filelist comparisons
> Then maybe
> http://stackoverflow.com/questions/5940918/how-
-Original Message-
From: Dominique Devienne [mailto:ddevie...@gmail.com]
Sent: mardi 26 avril 2016 13:11
To: Ant Users List
Subject: Re: Multiple fileset and filelist comparisons
> Then maybe
> http://stackoverflow.com/questions/5940918/how-to-use-ants-sync-task-but-based-o
On Tue, Apr 26, 2016 at 12:09 PM, wrote:
> Thanks for you answer Dominique
> Actually I can't just simply synchronize remote repository in one shot. I
> have this intermediary fileList because I need to update remote files
> through different batches which can't exceed x number of files depending
al Message-
From: Dominique Devienne [mailto:ddevie...@gmail.com]
Sent: mardi 26 avril 2016 11:48
To: Ant Users List
Subject: Re: Multiple fileset and filelist comparisons
On Tue, Apr 26, 2016 at 11:25 AM, wrote:
> I need to compare those 2 file trees to get desynchronized files from
>
On Tue, Apr 26, 2016 at 11:25 AM, wrote:
> I need to compare those 2 file trees to get desynchronized files from
> 'DirRemote' (in order to synchronize them with the latest revision further).
>
Have a looked at the task?
https://ant.apache.org/manual/Tasks/sync.html --DD
Hi all,
How would you do to implement this with ANT ?
1- In a project A, there are 2 file trees with same directories and files but
not at same revision
DirLocal
--subdir1
-file1 (version 1.2)
-file2 (version 2.3)
--subdir2
-file3 (version 3.0)
DirRemote
--subdir1
-file1 (versi