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
I believe the problem is that this repo also has a branch named upstream. When the RepoRef(..) handler sees src/upstream/1.0.2+dfsg, it thinks you're asking for the 1.0.2+dfsg tree-path in the upstream branch.
I think we'll need to change our URL schemes, for the following reason:
Suppose I have a repo with a file foo, a branch bar, and a tag bar/foo. If I request .../src/bar/foo there is no way to tell whether I want to view the foo file on branch bar, or I if want to view the root directory for tag bar/foo.
[x]
):Description
I can't browser the git tree, maybe caused by the tag contains slash?
The text was updated successfully, but these errors were encountered: