Tõivo Leedjärv
Tõivo Leedjärv
The code change here is trivial. I can help and open a PR if someone could explain what are the correct rsync options. You propose removing `--partial` because it is...
@rivy it seems that the need for commit https://github.com/bcpierce00/unison/pull/429/commits/fd8094cf737c3cc773f360646985a9f5db9559f6 is a bug(?) in Makefile. ``` Makefile INSTALL: $(NAME)$(EXEC_EXT) # file isn't made for OS X, so check that it's there...
The comment about macOS refers to $(NAME) (that being `unison`), which means that UISTYLE=mac does not produce unison executable (it produces Unison.app). So that comment is not relevant in this...
Should INSTALL* files be moved up one dir, from src to repository root? Perhaps not in scope of this PR, but the same question for file CONTRIB, COPYING (which already...
It looks to me like README and README.md should be merged. COPYING and LICENSE are now duplicates. I don't have a recommendation which one should be kept.
#33 seems to be the same issue. While investigating some other issues (for example #352), I've found that Unison remoting code does appear to be consuming memory without releasing it....
Status update. A test has been running for about 8 hours now with `-repeat 60`. During this time there have been millions of file additions/removals and tens of thousands file...
Could you test again with the latest version?
Half of the issue is fixed since 2.51.3 where the output reads `Unison server failed`. The other half (not fixed) is that `File exists [mkdir(/home/user/.unison)]` looks like a separate error...