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

pachctl get file returns 'branch "master" not found in repo' #8408

Open
hughcross opened this issue Dec 2, 2022 · 0 comments
Open

pachctl get file returns 'branch "master" not found in repo' #8408

hughcross opened this issue Dec 2, 2022 · 0 comments
Labels

Comments

@hughcross
Copy link

hughcross commented Dec 2, 2022

Hello,

I am trying to get all the files in a repo. Getting a single file works with this command:

pachctl get file repoName@master:FileName -o FileName

When I try to get all the files, I used this command from the help:

pachctl get file repoName@master:/ -r -o ./

I get this error message:

branch "master" not found in repo repoName

I also tried pachctl get file repoName@master -r -o ./ and pachctl get file repoName@master: -r -o ./, but got the same error. As the single file command worked, clearly there is a branch named master. The help command provides this option:

# get all files under the directory "XXX" on branch "master" in repo "foo"
pachctl get file foo@master:XXX -r

Any help would be appreciated

@hughcross hughcross added the bug label Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant