Hello,
we do have a CMS that generates files directly on the file system. They are used as loader for the actual content of the page.
They all contain a line line: Page.ID=xxx;
We also have our own custom code mixed up within the file system.
In order to synchronize servers, it would be nice to exclude the CMS generated files based on their content. Typically, we would exclude all the files containing Page.ID=.;$ (regex) from the comparison.
Is it possible to achieve that with Beyond Compare?
So far, the only way I found to do that was to first copy with an Ant script both filesets (excluding the files by content), synchronizing them and copying them back to their original location. As you can imagine, this is a very long and error prone process.
Thanks in advance for your help,
we do have a CMS that generates files directly on the file system. They are used as loader for the actual content of the page.
They all contain a line line: Page.ID=xxx;
We also have our own custom code mixed up within the file system.
In order to synchronize servers, it would be nice to exclude the CMS generated files based on their content. Typically, we would exclude all the files containing Page.ID=.;$ (regex) from the comparison.
Is it possible to achieve that with Beyond Compare?
So far, the only way I found to do that was to first copy with an Ant script both filesets (excluding the files by content), synchronizing them and copying them back to their original location. As you can imagine, this is a very long and error prone process.
Thanks in advance for your help,
Comment