sbp commented on PR #579: URL: https://github.com/apache/tooling-trusted-releases/pull/579#issuecomment-3785199541
> Thinking about it - this rsync approach does have one major drawback, that it always flattens the filesystem for the caller. This may be a problem - what do you think @sbp? We definitely shouldn't flatten, but I think we should strip leading directories at least. So if the files are `abc/def.txt` and `abc/pqr/xyz.txt` we could strip the leading `abc/` at least. Hopefully that's a good compromise. In other words, the file closest to the root sets the base. There can of course be multiple bases if, e.g., we have `a/b.txt` and `p/q.txt`, and then we can't strip anything. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
