Hello,
I have a source code directory (for Matlab) which is managed by subversion. I often run matlab source files and generate large (500mb+) output files that I do not want backed up or checked in/out of subversion. Because of the matlab path structure it is easiest to generate the output files in the same directory as the source code. At the moment I have two hieracrhies
~/matlab/source/blah/blah/blah
~/matlab/data/blah/blah
Is it possible to have Hazel look in _all_ source subfolders and move large files from say
~/matlab/source/foo/bar
to
~/matlab/data/foo/bar
if ~/matlab/data/foo
does not exist yet?
If so, how can I do this?
Cheers.
JF.