Feature #1858
New Wiki/Textile macro
0%
Description
There was an idea to put SCM access command on “Overview” page... But this should be configurable sure about the right way). So instead I suggest adding a Wiki macro e.g. {SCM}
. This macro should produce:
svn checkout http://subversion.andriylesyuk.com/redmine-svn
Note: This line is too long for “Overview” page but I’m not sure how to fix this. The macro instead can be placed on Wiki page.
See also: #1848
Related issues
History
#1 Updated by Andriy Lesyuk about 13 years ago
- Target version set to 0.4.0
#2 Updated by Andriy Lesyuk about 13 years ago
May be only URL should be generated, e.g.
<pre>svn checkout {SCM} local_dir</pre>
#3 Updated by Andriy Lesyuk almost 13 years ago
I think macro will be:
{{scm_checkout}}
⇒svn co http://.../redmine-scm redmine-scm
{{scm_checkout(scm_creator)}}
⇒svn co http://.../redmine-scm scm_creator
#4 Updated by Andriy Lesyuk over 12 years ago
- Target version deleted (
0.4.0)