Modify ↓
#13598 closed defect (fixed)
SVN changes not appearing in Trac Hacks
Reported by: | lucid | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | TracHacks |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
I committed r17481 for #13593 successfully to SVN:
- https://trac-hacks.org/svn/mailarchiveplugin/ The changes are here.
But the changes are not appearing in Trac Hacks:
- browser:mailarchiveplugin/trunk The changes are missing.
- log:mailarchiveplugin
Error: No such changeset No changeset 17481 in the repository
- #13593 is missing the ticket reference.
- r17481 is not clickable.
Thanks.
Attachments (0)
Change History (5)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:2 follow-up: 3 Changed 5 years ago by
Thanks.
BTW why is log:mailarchiveplugin inactive? Tooltip is "No permission to view change log". But log/mailarchiveplugin works. log:timetrackingplugin and all other log: links also don't work. browser:mailarchiveplugin works.
comment:3 Changed 5 years ago by
Replying to lucid:
Thanks.
BTW why is log:mailarchiveplugin inactive? Tooltip is "No permission to view change log".
We are using TracFineGrainedPermissions#AuthzSourcePolicy. I suspect it's a defect in that policy. I'll take a look.
comment:4 Changed 5 years ago by
I was curious. I guess this could be the reason:
- trac:browser:trunk/trac/versioncontrol/svn_authz.py@17026:124,127,138-139#L121
- That plugin handles resource realms
None
and'source'
- That plugin handles resource realms
- trac:browser:trunk/trac/versioncontrol/web_ui/log.py@17026:359-360,364,400,416#L358
log:
links userepos.resource
- trac:browser:trunk/trac/versioncontrol/api.py@17026:839,848,851-852#L839
repos.resource
has realmRepositoryManager.repository_realm
- trac:browser:trunk/trac/versioncontrol/api.py@17026:328#L320
RepositoryManager.repository_realm
is'repository'
(notNone
or'source'
)
Note: See
TracTickets for help on using
tickets.
The svn hooks log had:
Nothing in the Trac log. The repository is sync'ed after r17482 was committed.