Edgewall Software
Modify

Opened 12 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: wooopyhuang@… 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 wooopyhuang@…)

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 wooopyhuang@…, 12 years ago

Description: modified (diff)

comment:2 by Remy Blank, 12 years ago

Milestone: 0.12.4
Owner: set to Remy Blank

Right, I forgot about spaces in path names.

comment:3 by Remy Blank, 12 years ago

Resolution: fixed
Status: newclosed

Fixed in [11056].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Remy Blank.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Remy Blank to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.