Skip to content
Andrey edited this page Mar 20, 2020 · 7 revisions

Forked version documentation

Known bugs

Branches description

  • master - stable version, filled by all fixes by author accepted in upstream master repository
  • fork_master - actual copy of upstream master branch
  • on_approval - stable version, filled by all all fixes is on approval now in upstream repository
  • develop - dev version
  • issueXX - XX feature branch
  • injectable - version of library, where all on_approval changes are applied and composer.json links refers to on_approval version of required libraries.
  • packagist - version, which pushed to packagist.org (folder ./sync -> netandreus/sync package)

Features realized

  • issue31 - Multiple failed attempts to sync a folder logged and marked inactive
  • issue107 - Store folders realtime sync information. Compatible with multiple concurrent sync process on one ore multiple hosts.
  • issue116 - Now ./sync --updatedb makes correct database structure fix
  • issue120 - Sync only subscribed folders, if set in config. Default - sync all folders as current behaviour.

Clone this wiki locally