what is the difference of create and delete in synchronization
- Posts: 10
- Joined: 14 Apr 2025
what is the base difference for a file to be deleted or copied ?
-
- Posts: 4866
- Joined: 11 Jun 2019
One of those actions creates something ane the other deletes something
- Posts: 10
- Joined: 14 Apr 2025
yeah but what is the difference between the delete line or create line if they both can do the same thing
and how does it decide between variations like that?
lets say i have a file on only right side , how does it decides if itll be moved to left or erased? because i feel like create line and delete line are just symmetric which means nothing
please enlighten me , im confused(im not sarcastic btw , im just curious and confused)
and how does it decide between variations like that?
lets say i have a file on only right side , how does it decides if itll be moved to left or erased? because i feel like create line and delete line are just symmetric which means nothing
please enlighten me , im confused(im not sarcastic btw , im just curious and confused)
- Attachments
-
- Ekran görüntüsü 2025-05-06 153747.png (20.2 KiB) Viewed 14304 times
-
- Ekran görüntüsü 2025-05-06 153606.png (22.51 KiB) Viewed 14304 times
-
- Ekran görüntüsü 2025-05-06 153537.png (18 KiB) Viewed 14304 times
-
- Posts: 4866
- Joined: 11 Jun 2019
This chart is a "event+location=action" chart
The bottom picture, for example:
- If a file is created on the left side, then copy to the right
But for the top two pictures:
- If a file is created on the left side, then delete from the left side
The bottom picture, for example:
- If a file is created on the left side, then copy to the right
But for the top two pictures:
- If a file is created on the left side, then delete from the left side
- Posts: 10
- Joined: 14 Apr 2025
i see , but what is the difference between top 1 and 2? i mean there should be some difference?
as far as i can see create and delete is just mirrored versions of each other which means nothing to me
as far as i can see create and delete is just mirrored versions of each other which means nothing to me
-
- Posts: 4866
- Joined: 11 Jun 2019
The first one is:
If a file is deleted from the left, then copy item from right to left
The second is:
If a file is deleted from the left, then delete item from right
The top one is "Oops, I deleted something from the left side and I want the left side to equal the right side."
The bottom one is "I want the right side to look like the left side, so delete anything on the right side that I delete on the left side."
If a file is deleted from the left, then copy item from right to left
The second is:
If a file is deleted from the left, then delete item from right
The top one is "Oops, I deleted something from the left side and I want the left side to equal the right side."
The bottom one is "I want the right side to look like the left side, so delete anything on the right side that I delete on the left side."
-
- Posts: 2946
- Joined: 22 Aug 2012
Perhaps this also helps: viewtopic.php?t=12166#p47336