# HG changeset patch # User Olaf Wintermann # Date 1528020184 -7200 # Node ID 9505224d2fd28a46648ed65ac6618b46814026a9 # Parent 36333e8a94111c4645c948d3fc0c09eea6a63e84 adds documentation for new dav features diff -r 36333e8a9411 -r 9505224d2fd2 LICENSE --- a/LICENSE Sun Jun 03 12:02:31 2018 +0200 +++ b/LICENSE Sun Jun 03 12:03:04 2018 +0200 @@ -1,4 +1,4 @@ -Copyright 2017 Olaf Wintermann. All rights reserved. +Copyright 2018 Olaf Wintermann. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff -r 36333e8a9411 -r 9505224d2fd2 Makefile --- a/Makefile Sun Jun 03 12:02:31 2018 +0200 +++ b/Makefile Sun Jun 03 12:03:04 2018 +0200 @@ -1,7 +1,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # -# Copyright 2016 Olaf Wintermann. All rights reserved. +# Copyright 2018 Olaf Wintermann. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -34,6 +34,7 @@ # suncc # mingw # osx +# bsd # CONF=gcc diff -r 36333e8a9411 -r 9505224d2fd2 cppcheck.mk --- a/cppcheck.mk Sun Jun 03 12:02:31 2018 +0200 +++ b/cppcheck.mk Sun Jun 03 12:03:04 2018 +0200 @@ -1,7 +1,7 @@ # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. # -# Copyright 2016 Olaf Wintermann. All rights reserved. +# Copyright 2018 Olaf Wintermann. All rights reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: diff -r 36333e8a9411 -r 9505224d2fd2 docs/src/Makefile --- a/docs/src/Makefile Sun Jun 03 12:02:31 2018 +0200 +++ b/docs/src/Makefile Sun Jun 03 12:03:04 2018 +0200 @@ -38,6 +38,8 @@ SRC += remove.md SRC += copy.md SRC += move.md +SRC += export.md +SRC += import.md SRC += get-property.md SRC += set-property.md SRC += remove-property.md @@ -48,6 +50,7 @@ SRC += configuration.md SRC += encryption.md SRC += add-repository.md +SRC += remove-repository.md SRC += list-repositories.md SRC += check-config.md SRC += introduction.md @@ -59,6 +62,10 @@ SRC += delete-conflicts.md SRC += trash-info.md SRC += empty-trash.md +SRC += add-tag.md +SRC += remove-tag.md +SRC += set-tags.md +SRC += list-tags.md SRC += add-directory.md SRC += list-directories.md SRC += sync-check-config.md diff -r 36333e8a9411 -r 9505224d2fd2 docs/src/copy.md --- a/docs/src/copy.md Sun Jun 03 12:02:31 2018 +0200 +++ b/docs/src/copy.md Sun Jun 03 12:03:04 2018 +0200 @@ -11,7 +11,7 @@ If *url2* already exists, the command aborts, unless the `-O` option is specified. The command uses a single WebDAV COPY request to duplicate the resources. -You may use file name and path decryption to copy and encrypted resource. +You may use file name and path decryption to copy an encrypted resource. Please note that the copy will always be located at *url2*, so the top most collection name will not be disguised. See [encryption][2] for more details on how encryption works. diff -r 36333e8a9411 -r 9505224d2fd2 docs/src/get.md --- a/docs/src/get.md Sun Jun 03 12:02:31 2018 +0200 +++ b/docs/src/get.md Sun Jun 03 12:03:04 2018 +0200 @@ -2,7 +2,7 @@ title: 'dav get' --- -**`dav get [-pcR] [-o ] [-u ] `** +**`dav get [-pcRK] [-o ] [-u ] `** Downloads a resource. This command also downloads collections and its child resources when the **`-R`** option is used. When downloading a single resource, the default local file name is the resource @@ -17,6 +17,8 @@ **`-R`** download a collection +**`-K`** download only files that don't exist locally + **`-o `** specify the local output file. A **-** indicates stdout **`-u `** download only files which are modified since the specified date. Uses the HTTP date format diff -r 36333e8a9411 -r 9505224d2fd2 docs/src/header.html --- a/docs/src/header.html Sun Jun 03 12:02:31 2018 +0200 +++ b/docs/src/header.html Sun Jun 03 12:03:04 2018 +0200 @@ -15,7 +15,8 @@
  • remove
  • copy
  • move
  • -
  • get-property
  • +
  • export
  • +
  • import
  • set-property
  • remove-property
  • lock
  • @@ -23,6 +24,7 @@
  • info
  • date
  • add-repository
  • +
  • remove-repository
  • list-repositories
  • check-config
  • @@ -43,6 +45,10 @@
  • delete-conflicts
  • trash-info
  • empty-trash
  • +
  • add-tag
  • +
  • remove-tag
  • +
  • set-tags
  • +
  • list-tags
  • add-directory
  • list-directories
  • check-config
  • diff -r 36333e8a9411 -r 9505224d2fd2 docs/src/index.html --- a/docs/src/index.html Sun Jun 03 12:02:31 2018 +0200 +++ b/docs/src/index.html Sun Jun 03 12:03:04 2018 +0200 @@ -26,7 +26,8 @@
  • remove
  • copy
  • move
  • -
  • get-property
  • +
  • export
  • +
  • import
  • set-property
  • remove-property
  • lock
  • @@ -34,6 +35,7 @@
  • info
  • date
  • add-repository
  • +
  • remove-repository
  • list-repositories
  • check-config
  • @@ -49,10 +51,15 @@
    • pull
    • push
    • +
    • archive
    • resolve-conflicts
    • delete-conflicts
    • trash-info
    • empty-trash
    • +
    • add-tag
    • +
    • remove-tag
    • +
    • set-tags
    • +
    • list-tags
    • add-directory
    • list-directories
    • check-config
    • @@ -75,7 +82,7 @@

      Mike Becker

      License

      -
      Copyright 2017 Olaf Wintermann. All rights reserved.
      +
      Copyright 2018 Olaf Wintermann. All rights reserved.
       
       Redistribution and use in source and binary forms, with or without
       modification, are permitted provided that the following conditions are met:
      diff -r 36333e8a9411 -r 9505224d2fd2 docs/src/move.md
      --- a/docs/src/move.md	Sun Jun 03 12:02:31 2018 +0200
      +++ b/docs/src/move.md	Sun Jun 03 12:03:04 2018 +0200
      @@ -9,7 +9,7 @@
       If *url2* already exists, the command aborts, unless the `-O` option is specified.
       
       The command uses a single WebDAV MOVE request to move the resources.
      -You may use file name and path decryption to copy and encrypted resource.
      +You may use file name and path decryption to copy an encrypted resource.
       Please note that the target location will be exactly *url2*, so the top most collection name will not be disguised.
       See [encryption][2] for more details on how encryption works.
       
      diff -r 36333e8a9411 -r 9505224d2fd2 gcc.mk
      --- a/gcc.mk	Sun Jun 03 12:02:31 2018 +0200
      +++ b/gcc.mk	Sun Jun 03 12:03:04 2018 +0200
      @@ -1,7 +1,7 @@
       #
       # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
       #
      -# Copyright 2017 Olaf Wintermann. All rights reserved.
      +# Copyright 2018 Olaf Wintermann. All rights reserved.
       #
       # Redistribution and use in source and binary forms, with or without
       # modification, are permitted provided that the following conditions are met:
      diff -r 36333e8a9411 -r 9505224d2fd2 mingw.mk
      --- a/mingw.mk	Sun Jun 03 12:02:31 2018 +0200
      +++ b/mingw.mk	Sun Jun 03 12:03:04 2018 +0200
      @@ -1,7 +1,7 @@
       #
       # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
       #
      -# Copyright 2017 Olaf Wintermann. All rights reserved.
      +# Copyright 2018 Olaf Wintermann. All rights reserved.
       #
       # Redistribution and use in source and binary forms, with or without
       # modification, are permitted provided that the following conditions are met:
      diff -r 36333e8a9411 -r 9505224d2fd2 osx.mk
      --- a/osx.mk	Sun Jun 03 12:02:31 2018 +0200
      +++ b/osx.mk	Sun Jun 03 12:03:04 2018 +0200
      @@ -1,7 +1,7 @@
       #
       # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
       #
      -# Copyright 2017 Olaf Wintermann. All rights reserved.
      +# Copyright 2018 Olaf Wintermann. All rights reserved.
       #
       # Redistribution and use in source and binary forms, with or without
       # modification, are permitted provided that the following conditions are met:
      diff -r 36333e8a9411 -r 9505224d2fd2 suncc.mk
      --- a/suncc.mk	Sun Jun 03 12:02:31 2018 +0200
      +++ b/suncc.mk	Sun Jun 03 12:03:04 2018 +0200
      @@ -1,7 +1,7 @@
       #
       # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
       #
      -# Copyright 2017 Olaf Wintermann. All rights reserved.
      +# Copyright 2018 Olaf Wintermann. All rights reserved.
       #
       # Redistribution and use in source and binary forms, with or without
       # modification, are permitted provided that the following conditions are met: