Basically you're right, it's "cp -a" but additionally deletes the .bzr folder. The use case for me is a project that can be packaged "as is", but some dependencies are too large for version control. The export --include-ignored would then copy these files, too.
Basically you're right, it's "cp -a" but additionally deletes the .bzr folder. The use case for me is a project that can be packaged "as is", but some dependencies are too large for version control. The export --include-ignored would then copy these files, too.