i modified the "comments.html.tmpl".i added the line given below
[%- text = text.replace('([0-9]+|NONE)\s+-->\s+([0-9]+|NONE)\s+
([^:]+):((.+)/([^/\n]+)?)', '<a href="http://debasism:8082/svn/repos/
TAC/list/$3/$4?rev=$1">$1</a> -%]
Then in the bugzilla i encountered with the following error.
file error - parse error - bug/comments.html.tmpl line 225: unexpected
token ('<a) [% text = text.replace('([0-9]+|NONE)\s+-->\s+([0-9]+|
NONE)\s+([^:]+):((.+)/([^/\n]+)?)', '<a href="http://debasism:8082/svn/
repos/TAC/list/$3/$4?rev=$1">$1</a> %]
is there any onter way to achieve this.
Thanks,
Debasis
> Then in the bugzilla i encountered with the following error.
> file error - parse error - bug/comments.html.tmpl line 225: unexpected
> token ('<a) [% text = text.replace('([0-9]+|NONE)\s+-->\s+([0-9]+|
> NONE)\s+([^:]+):((.+)/([^/\n]+)?)', '<a href="http://debasism:8082/svn/
> repos/TAC/list/$3/$4?rev=$1">$1</a> %]
As already stated on the SCMBug liste:
There's no closing ' for , '<a and the closing ) for the opened
.replace(' is missing, too. You need something like .replace('...',
'...') in the end.
Mit freundlichen Grüßen,
Thorsten Schöning
--
Thorsten Schöning
AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig
Telefon: Potsdam: 0331-743881-0
E-Mail: tscho...@am-soft.de
Web: http://www.am-soft.de
AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam
Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: Andreas Muchow