cockroachdb / cockroachdb/cockroach
gceworker.sh: `get` functionality is confusing, assumes you're inside `cockroachdb/cockroach`
Open
C-enhancement
T-dev-inf
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
If you use a relative path to copy files, the source directory is assumed to be the `cockroachdb` repo. The destination will also be inside `cockroach`. This is unintuitive and inconvenient if you don't even work on `cockroach`.
It may be confusing to change the default behavior of `get`, but adding a new subcommand may be a way to support different workflows without breaking any existing users.
[Internal discussion](https://cockroachlabs.slack.com/archives/C01C3B15GQ1/p1738852596448819?thread_ts=1736530240.440339&cid=C01C3B15GQ1)
Jira issue: CRDB-47261
Epic DEVINF-1650
Contributor guide
Assessment
This issue has not been assessed yet.