Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

touch: add recurse functionality - issue #5301 #5330

Closed
wants to merge 1 commit into from
Closed

touch: add recurse functionality - issue #5301 #5330

wants to merge 1 commit into from

Conversation

aeromaxx
Copy link

@aeromaxx aeromaxx commented May 14, 2021

What is the purpose of this change?

Was the change discussed in an issue or in the forum before?

https://forum.rclone.org/t/using-rclone-touch-recursively/23975

Checklist

  • I have read the contribution guidelines.
  • I have added tests for all changes in this PR if appropriate.
  • I have added documentation for the changes if appropriate.
  • All commit messages are in house style.
  • I'm done, this Pull Request is ready for review :-)

@ncw
Copy link
Member

ncw commented May 16, 2021

# github.com/rclone/rclone/fs/operations
fs/operations/touch.go:5:2: imported and not used: "fmt"
fs/operations/touch.go:6:2: imported and not used: "log"
fs/operations/touch.go:7:2: imported and not used: "path"
fs/operations/touch.go:8:2: imported and not used: "sort"
fs/operations/touch.go:9:2: imported and not used: "strings"
fs/operations/touch.go:13:2: imported and not used: "github.com/rclone/rclone/fs/config"
fs/operations/touch.go:14:2: imported and not used: "github.com/rclone/rclone/fs/hash"
fs/operations/touch.go:15:2: imported and not used: "github.com/rclone/rclone/fs/walk"
fs/operations/touch.go:19:56: undefined: time
fs/operations/touch.go:20:13: undefined: time
fs/operations/touch.go:20:13: too many errors

Is the error from the CI?

@albertony
Copy link
Contributor

@aeromaxx Are you planning to work more on this? I have digged into it a bit on my own, out of curiosity.. If you are motivated, and able to get proper build environment set up etc, I could give you some pointers.. (if not, I could continue and make my draft into a complete PR)

@aeromaxx
Copy link
Author

aeromaxx commented May 29, 2021

@aeromaxx Are you planning to work more on this?

@albertony No I couldn't get a proper build environment to work, and I have never used Go before, or written anything using it, and I didn't understand the confusing errors I was getting, or how to fix them... If the errors actually made sense, I could have probably got it work.

@albertony
Copy link
Contributor

Closing this in favor of #5367.

@albertony albertony closed this May 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants