Skip to content

Conversation

@spevans
Copy link
Contributor

@spevans spevans commented May 6, 2018

  • Recurse into any directories found in the source.

  • Copy any symlinks that are found. Only regular files are hard linked.

@spevans spevans requested a review from kperryua May 6, 2018 06:37
@spevans
Copy link
Contributor Author

spevans commented May 6, 2018

@swift-ci please test

- Recurse into any directories found in the source.

- Copy any symlinks that are found. Only regular files are hard linked.
@spevans
Copy link
Contributor Author

spevans commented May 6, 2018

@swift-ci please test

1 similar comment
@spevans
Copy link
Contributor Author

spevans commented May 6, 2018

@swift-ci please test

}

open func copyItem(atPath srcPath: String, toPath dstPath: String) throws {
private func _processItem(atPath srcPath: String, toPath dstPath: String, _ body: (String, String, FileAttributeType) throws -> ()) throws {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method seems too generically named for something that creates directories. The rest looks great though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is _copyOrLinkDirectoryHelper ok?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me!

@spevans
Copy link
Contributor Author

spevans commented May 7, 2018

@swift-ci please test and merge

1 similar comment
@spevans
Copy link
Contributor Author

spevans commented May 7, 2018

@swift-ci please test and merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants