Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Fix copy commands #1763

Merged
merged 19 commits into from
Nov 22, 2019
Merged

Conversation

SparkSnail
Copy link
Contributor

No description provided.

@SparkSnail SparkSnail requested review from chicm-ms, 035 and liuzhe-lz and removed request for 035 November 21, 2019 05:50
@liuzhe-lz
Copy link
Contributor

This prevents codeDir to have space again.
On linux cp -r "folder1/." "folder2" can merge folder1 into folder2.
I don't know how to do this on Windows.

@liuzhe-lz
Copy link
Contributor

Maybe you can try cpp.spawn. It should not have space issue.

@SparkSnail
Copy link
Contributor Author

This prevents codeDir to have space again.
On linux cp -r "folder1/." "folder2" can merge folder1 into folder2.
I don't know how to do this on Windows.

powershell.exe Copy-Item "${source}" -Destination "${destination}" -Recurse works well for windows.

@SparkSnail SparkSnail merged commit ae36373 into microsoft:master Nov 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants