unison icon indicating copy to clipboard operation
unison copied to clipboard

Unison file synchronizer

Results 147 unison issues
Sort by recently updated
recently updated
newest added

Closes #570 I've opened the PR as draft not because the code isn't finished but because I think more discussion about the (potential) cons of this change may be needed....

DRAFT

This came out of the discussion at #571. Closes #570 It is my third iteration. The first iteration was very similar to this, just more hackish and with more changes...

DRAFT

### Motivation Currently all renames are detected and propagated as two separate actions: a delete on the old path and a create on the new path. For small files this...

DRAFT

This is an interesting experiment which, if deemed safe and working properly, can potentially offer huge gains in some situations. This patch makes use of various OS and filesystem-specific syscalls...

DRAFT

Hey just a friendly wishlist suggestion. It would be great if we could pass an argument to unison that changes which exit codes it returns. Currently the exit code 0...

enhancement
impact-low
effort-medium

Unison has a natural need to keep the Mac from sleeping while it's doing any active operation (Looking for changes, propagating changes). It should lodge a kernel assertion on macOS...

enhancement
wontfix
impact-low
effort-medium

When running unison to sync an empty dir with an old, reasonably large remote repo in a systemd service, I would get unison to hang systematically when printing the diff...

enhancement
wontfix
effort-high
impact-low
discuss

I use to synchronize directories that contain a lot of files. In the synchronization view, I see those folders and one row for each file in that folder. So this...

enhancement
effort-high
impact-low
GUI

This is a feature request. Would it be possible to implement a way in Unison to sync a folder between two roots that are in different paths? Let me explain...

enhancement
wontfix
effort-high
impact-low
discuss

This results in users trying to run them, and asking for help, e.g. #601. Please do not add me too comments; instead please figure out what's going on and fix...

defect
impact-medium
effort-medium