Architecture by path
Open
enhancement
- Dominant language
- Rust
- Stars
- 15
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Lot of sync errors are due to path. TrSync algorithm use something content_id & revision_id to identify changes. But in move situations, TrSync can miss it because content_id and revision_id rely on files whereas they have moved. See this fix : https://github.com/buxx/trsync/commit/859d23c0d714b7698c9452adc687b9c101339430
A better approach could be consider first files by their path. And use content_id/revision in second time.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.