Π·Π΅ΡΠΊΠ°Π»ΠΎ ΠΈΠ· https://github.com/nextcloud/desktop.git
13f9970257
The problem was if there was a false conflict: the file has been touched both on the server and the client. - etag has changed on the server - mtime has changed on the server and the client and is the same - and file size is the same on both the server and the client This may also happen if the file is uploaded on the server, but the client looses connection (or crashes) before it get notified of the etag. In both tree, the instruction is EVAL, but we reduce it to a NONE because we detected that the conflict is 'false'. Still, we need to update the db with the new etag. (_should_update_db) The problem was that we would set the flag on the wrong tree. This was not a problem when the file was NEW on both side since we checked for null etag and used the other one then. |
||
---|---|---|
admin | ||
cmake | ||
csync | ||
doc | ||
resources | ||
src | ||
test | ||
theme | ||
translations | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.tag | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
COPYING | ||
COPYING.documentation | ||
CPackOptions.cmake.in | ||
ChangeLog | ||
OWNCLOUD.cmake | ||
OwnCloudCPack.cmake | ||
README.md | ||
VERSION.cmake | ||
config.h.in | ||
issue_template.md | ||
mirall.desktop.in | ||
mirall.qrc | ||
sync-exclude.lst | ||
theme.qrc |
README.md
Mirall
Introduction
Mirall is a tool to synchronize files from ownCloud Server with your computer. It uses OCSync as its syncing backend.
Download
Binary packages
- Refer to the download page http://owncloud.org/sync-clients/
Source code
Building the source code
Please refer to doc/building.rst, or Building the Client in the ownCloud client manual.
Authors
- Duncan Mac-Vicar P. duncan@kde.org (original Mirall author)
- Klaas Freitag freitag@owncloud.com
- Daniel Molkentin danimo@owncloud.com
License
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.