1
0
Fork 0
flightgear/scripts/python/TerraSync
Florent Rougon c5e45f2b49 terrasync.py: two improvements
- Refuse to recursively delete a directory that does not contain a
  .dirindex file. This will protect users against data loss in case they
  inadvertently use the --remove-orphan option with the wrong target
  directory.

- Correctly handle the case where we have a file on disk that is now
  listed as a directory on the server: remove the file if we are in
  'sync' mode, so that the directory can be created and sync'ed from the
  server.
2020-10-04 14:02:13 +02:00
..
terrasync terrasync.py: two improvements 2020-10-04 14:02:13 +02:00
tests terrasync.py: improve code readability 2020-10-03 14:55:25 +02:00
terrasync.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00