Modify ↓
Opened 13 years ago
Closed 12 years ago
#10651 closed defect (fixed)
Broken changeset link in ticket commet list if git repos name contains space
Reported by: | Owned by: | Remy Blank | |
---|---|---|---|
Priority: | high | Milestone: | 0.12.4 |
Component: | plugin/git | Version: | 0.12dev |
Severity: | major | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I named my git repository as 'My Project', and tried to link changeset and ticket by git hook. Everything was fine, except the broken changeset link.
I checked my trac database, and found the comment:
In [changeset:9ae76e8897a40a5151a0254eb1020568af2be6e2/My Project]
I remembered the previous one should be:
In [9ae76e8897a40a5151a0254eb1020568af2be6e2/My Project]
And the old one did work well.
Then I tried to rename my repository to 'MyProject', and git hook generated a changeset link worked very well, which looks like below:
In [changeset:9ae76e8897a40a5151a0254eb1020568af2be6e2/MyProject]
Attachments (0)
Change History (3)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Milestone: | → 0.12.4 |
---|---|
Owner: | set to |
Note:
See TracTickets
for help on using tickets.
Right, I forgot about spaces in path names.