syncthing / syncthing/syncthing

Automatically resolve case-conflict if files are otherwise identical

Open
#6,989 8 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Go
Stars
88.8k
Forks
5.5k
Avg merge
2d 10h
Merged PRs (30d)
5

Description

How to reproduce:

  1. Sync an SR folder between Device A and B.
  2. Add a test file to the folder and let it sync.
  3. Ignore * on Device B.
  4. While ignored, rename test on Device B to TEST.
  5. Unignore * on Device B.

image
image

Tested with main (v1.10.0-rc.2.dev.2.gd2e32957).

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the five-step sync scenario described in the issue, then trace the case-conflict handling path in the Go code. Done means files whose contents are otherwise identical are automatically resolved when only their names differ by case, with the existing sync tests still passing.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
distributed-systems
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.