tarka / xcp

An extended `cp`
GNU General Public License v3.0
717 stars 24 forks source link

0.12.0 File content missing when copying the same directory #51

Closed RustySnek closed 7 months ago

RustySnek commented 7 months ago

36 still persists when copying the whole directory recursively

mkdir test && cd test
echo "123" > test.txt
xcp -r ../test ../

and everything in the directory is basically wiped

tarka commented 7 months ago

Thanks for the report. This is fixed in 0.21.3.