##// END OF EJS Templates
test-mq-symlinks: fix symlink handling on solaris...
test-mq-symlinks: fix symlink handling on solaris It seems like ln -s gets confused if an existing symlink is dangling: $ rm -f a b; ln -s a b; ln -sf b b ln: cannot create b: File exists We now rely on rm instead of on ln -sf.

File last commit:

r9999:f91e5630 default
r12396:ea384dbc stable
Show More
tagentry.tmpl
6 lines | 208 B | application/x-cheetah | CheetahLexer
<item>
<title>{tag|escape}</title>
<link>{urlbase}{url}rev/{node|short}</link>
<description><![CDATA[{tag|strip|escape|addbreaks}]]></description>
<pubDate>{date|rfc822date}</pubDate>
</item>