I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Feature #1858

New Wiki/Textile macro

Added by Andriy Lesyuk almost 13 years ago. Updated about 12 years ago.

Status:
Open
Priority:
Normal
Assignee:
Target version:
-
Start date:
26 Sep 2011
Due date:
% Done:

0%

External issue:

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

Related to Projects - Improvement #1848: New Wiki macros Closed 14 Sep 2011 03 Dec 2011

History

#1 Updated by Andriy Lesyuk over 12 years ago

  • Target version set to 0.4.0

#2 Updated by Andriy Lesyuk over 12 years ago

May be only URL should be generated, e.g.

<pre>svn checkout {SCM} local_dir</pre>

#3 Updated by Andriy Lesyuk over 12 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 about 12 years ago

  • Target version deleted (0.4.0)

Also available in: Atom PDF

Terms of use | Privacy policy