jandic

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by jandic

  1. Hi,

     

    I would like to be able to exclude certain subfolders of given folders no matter how deep in the folder structure those subfolders are. So I would like to be able to specify something like this in .SyncIgnore file:

     

    /SourceCode/*/bin

     

    and that should ignore /SourceCode/Project1/bin as well as /SourceCode/Project1/Subproject1/bin etc. So the star (or any other character) would replace a directory structure rather than a single folder as it is currently in 1.3 and 1.4.

     

    The feature I am requesting was actually implemented in the past in 1.2 (I think), so please bring it back.

     

    Thanks!

  2. Hello,

     

    I am using .SyncIgnore to exclude some folders. I use the following:

     

    *\SourceCode\*\bin\*

     

    which should exclude any content of a bin folder located in SourceCode folder no matter how many folders is in between. However, it only works if there is exactly one folder in between.

     

    For example:

     

    Project1\SourceCode\Main\bla\bin\test1.txt does not get excluded

    Project1\SourceCode\Main\bin\test2.txt does get excluded

     

    In my opinion, both files should get excluded. I am using version 1.2.82. This used to work previously in 1.1.x branch.

     

    Thanks.

  3. Hi,

    it would be nice to add detection of file attribute change and also to transfer these. I am using 1.1.69 (Windows 7) and when I change a read-only flag on a file this does not get detected. Also, no read only flags are being transferred via Sync, all synced files are without any attribution.

    Thanks,

    Pavel