./sysutils/xcp, Extended cp

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.23.0, Package name: xcp-0.23.0, Maintainer: pin

xcp is a partial clone of the Unix cp command. It is not intended as a full
replacement, but as a companion utility with some more user-friendly feedback
and some optimisations that make sense under certain tasks.

Warning: xcp is currently beta-level software and almost certainly contains
bugs and unexpected or inconsistent behaviour. It probably shouldn't be used for
anything critical yet.


Master sites:

Filesize: 59.381 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-19 10:45:18 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/xcp: update to 0.23.0

 - Add the flag -f/--force for compatibility with cp.
   2024-10-28 11:18:25 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/xcp: update to 0.22.0

 - Add a new '--ownership' flag to attempt to copy file ownership.
   2024-09-02 08:49:26 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/xcp: update to 0.21.3

 - Dependency update, including possible regression with fiemap in libfs.
   2024-07-19 11:52:22 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/xcp: update to 0.21.2

v0.21.2
 - Update test-linux.sh to relax testing in the case of an unknown FS. See #54 \ 
for background. Thanks to @xiota and tarball on AUR.

v0.21.1
 - Fix issue with time crate and nightly. Fixes #53. Thanks to @Cannedfood for \ 
the report.
   2024-06-24 08:30:56 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/xcp: update to 0.21.0

 - Add option to dereference symlinks.
   2024-02-23 11:06:44 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/xcp: update to 0.20.4

    Add ACL testing.
    README cleanups, including adding a feature comparison to cp.
   2024-02-14 11:29:53 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/xcp: update to 0.20.3

 - Add more checks and tests for self-overwrite corner cases.
   2024-02-09 14:59:22 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/xcp: update to 0.20.2

v0.20.2
 - Move to simpler libxcp driver API.
 - Add some more pre-run checks for argument corner cases.

v0.20.1
 - Update shell completions with --no-timestamps option.

v0.20.0
 - This release adds copying of file timestamps. This is enabled by default,
   and can be disabled with the new --no-timestamps option.