Opened 11 years ago
Closed 11 years ago
#781 closed defect (bug) (fixed)
Trac: Unable to browse wp-cli.yaml in the root folder of Trac
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | needs-patch |
| Cc: |
Description
Funky Trac bug... I went to look at wp-cli.yml in the root of the develop repo:
Repro:
1) Open https://core.trac.wordpress.org/browser/trunk
2) Click wp-cli.yml
Results:
No node trunk/src/wp-cli.yaml at revision 30886(Current revision at time of report)
- I'm redirected to
https://core.trac.wordpress.org/browser/trunk/src/wp-cli.yml<- The/srcfolder included their should NOTnot be included
Expected:
- URL opened would be
https://core.trac.wordpress.org/browser/trunk/wp-cli.ymlshowing last changeset reference info
Workaround:
Add a revision to the URL e.g. https://core.trac.wordpress.org/browser/trunk/wp-cli.yml?rev=30886
Notes: wp-cli.yaml is the only file in the root of the repo that is affected by this, the other 9 files are not affected.
Change History (2)
Note: See
TracTickets for help on using
tickets.