You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/d/app-example ❯❯❯ /home/user/.local/bin/svp run --recipe=./dbg.yml -- git@github.com:user/app-example.git
Accessing GitHub anonymously. To log in, run 'brz gh-login'.
Traceback (most recent call last):
File "/home/user/.local/bin/svp", line 8, in <module>
sys.exit(main())
File "/home/user/.local/lib/python3.10/site-packages/silver_platter/__main__.py", line 141, in main
return subcommands[args.subcommand](rest)
File "/home/user/.local/lib/python3.10/site-packages/silver_platter/run.py", line 316, in main
result = apply_and_publish(
File "/home/user/.local/lib/python3.10/site-packages/silver_platter/run.py", line 77, in apply_and_publish
existing_proposals) = find_existing_proposed(
File "/home/user/.local/lib/python3.10/site-packages/silver_platter/publish.py", line 484, in find_existing_proposed
existing_branch = forge.get_derived_branch(
File "/home/user/.local/lib/python3.10/site-packages/breezy/plugins/github/forge.py", line 630, in get_derived_branch
base_repo = self._get_repo(base_owner, base_project)
File "/home/user/.local/lib/python3.10/site-packages/breezy/plugins/github/forge.py", line 447, in _get_repo
raise NoSuchProject(path)
breezy.forge.NoSuchProject: Project does not exist: repos/user/app-example.
It seems like this is case sensitive. It actually needs to be
That's correct, it's from the auth config file. Using breezy directly generates the correct case but using svp does not. That's how I tracked down the issue.
On Mon, Apr 17, 2023 at 07:05:30PM -0700, Steven Wichers wrote:
That's correct, it's from the auth config file. Using breezy directly generates the correct case but using svp does not. That's how I tracked down the issue.
Are you perhaps using a different version of breezy in your copy of
silver-platter?
Version svp 0.5.7
This is the file that
svp login
generatesOutput:
It seems like this is case sensitive. It actually needs to be
Output:
The text was updated successfully, but these errors were encountered: