Giter VIP home page Giter VIP logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
When a folder of files (called it A) is copied to a watch path, after it is 
synced 
to the other tagged folders, immediately delete A from where it is 1st copied 
to 
will cause it to recreate. The reason is when A is copied to another tagged 
folder, 
a create event will be fired from the 2nd tagged folder. At this time before 
the 2nd 
tagged folder asked for a sync, A is gone so a sync will recreate A in the 
first 
folder.

When a folder of files (called it A) is copied to a watch path, after it is 
synced 
to the other tagged folders, immediately delete A from the 2nd folder will 
produced "nothing happen". The reason is when A is copied to another tagged 
folder, 
a create event will be fired from the 2nd tagged folder. At this time before 
the 2nd 
tagged folder asked for a sync, A is deleted at the 2nd folder. The monitor 
will 
treat this as a temp file (a create follow by a delete immediately) so there 
will 
not be a sync.

If anyone can understand what I trying to say, suggest a solution if you have 
any.

Original comment by [email protected] on 11 Mar 2010 at 5:25

from big5sync.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
Hi Cher Guan,

I tried to implement a folder lock but it seems it is not possible. Still 
looking 
into it. One suggestion I have will be to do the following:

1. Event detected.
2. If event is folder create event,
   Check all subsequent file events. If they are a child of the folder that was 
created, simply send them over (no need for the delay).
   This should speed up the time it takes for your events to be fired, hopefully you 
can handle the second delete properly then :)

Original comment by [email protected] on 12 Mar 2010 at 6:50

from big5sync.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
Issue 14 has been merged into this issue.

Original comment by [email protected] on 15 Mar 2010 at 2:37

from big5sync.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
Added to http://code.google.com/p/big5sync/wiki/KnownIssues09

Original comment by [email protected] on 16 Mar 2010 at 7:37

from big5sync.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
Issue 15 has been merged into this issue.

Original comment by [email protected] on 16 Mar 2010 at 7:37

from big5sync.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024

Original comment by [email protected] on 26 Mar 2010 at 4:14

  • Changed title: [SystemLogicLayer] Folder Deletion (Real-time) is not consistent

from big5sync.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 7, 2024
Refer to issue179 for some limitation

Original comment by [email protected] on 31 Mar 2010 at 6:36

  • Changed state: Fixed

from big5sync.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.