mirror of
https://github.com/ARM-software/devlib.git
synced 2025-04-07 10:20:03 +01:00
When pushing or pulling a folder, replicate the mv/cp/scp/adb behaviour, which is: * splitting the destination into (existing, new) components * if {new} component is empty, set it to the basename of the source. * mkdir {new} if necessary * merge the hierarchies of {src} and {existing}/{new}