1
0
Fork 0
flightgear/scripts/python/TerraSync/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
..
__init__.py terrasync.py: more modular code layout 2018-02-07 11:38:41 +01:00
dirindex.py terrasync.py: more thorough checking of .dirindex contents 2020-10-03 14:18:29 +02:00
exceptions.py terrasync.py: user-friendly error message when no 'path' found in .dirindex 2018-02-18 20:22:58 +01:00
main.py terrasync.py: two improvements 2020-10-04 14:02:13 +02:00
virtual_path.py Use python3 default implementation 2020-10-03 10:28:46 -05:00