hey everyone. help me T.T
Added by ikemen k ike almost 16 years ago
I sucessed Redmine Install. Every is fine.
but i have just one problem.
Example : http://www.redmine.org/issues/show/1546
looke right down area!
displayed {Associated Revisions}!!
how to get list of Associted Revisions?
i can't see my redmineProject.
please, help me..T.T
e-mail is ok(coreash@gmail.com) too
Replies (5)
RE: hey everyone. help me T.T - Added by Anonymous almost 16 years ago
I'm not sure but I think it has to do with what you write in the commit message: if you ref an issue in the commit message this link will be displayed as 'associated revision' in the issue, I suppose.
See http://www.redmine.org/wiki/1/RedmineSettings#Referencing-issues-in-commit-messages maybe this helps.
Cheers,
Hans-Peter
RE: hey everyone. help me T.T - Added by Nanda P almost 16 years ago
Hans-Peter is right. it worked for me.
When I commited the change in SVN. I updated the comment "references #task number". also I updated the task with the revision number (r####)
Now I can see the {Associated Revisions} on the task.
ikemen : Are you using SVN?
RE: hey everyone. help me T.T - Added by ikemen k ike almost 16 years ago
i resolved my problem. 0;;
tanks Hans-Peter,Nanda
RE: hey everyone. help me T.T - Added by Grégory Janiszewski about 15 years ago
Hello everybody,
I have similar problem:
I don't get the revision list linked to an issue.
I use Mercurial repository, and I use #xxx in commit message.
So I can directly go to issue from commit message because #xxx is automatically detected by redmine as a link to the related issue. But if I have lot of commit linked to the same issue, I don't have any list of revisions on the issue page???
On Redmine website this llist appear on the right of "history" pane.
On my install I don't have any pane on the right...
Could someone help me?
Is it due to Mercurial repository?
Thanks.
RE: hey everyone. help me T.T - Added by Grégory Janiszewski about 15 years ago
Ok, I find it !
In my case I was only using #xxx without keywords like refs, IssueID...
So I add "*" in keywords parameters and now it's ok.