Difference between revisions of "Template:Svn"

From Organic Design wiki
m
m
Line 1: Line 1:
{{#vardefine:url|{{#if:{{{2|}}}|http://svn.organicdesign.co.nz/filedetails.php?repname={{{1}}}&path={{urlencode:/{{{2}}}}}|{{{1}}}}}}}{{#if:{{{3|}}}|{{{3}}} {{#var:url}}|{{info|This code has been moved into our [[svn|subversion repository]] and can be viewed [{{#var:url}} here].<br>To checkout a local read-only copy of this item, use the following syntax:
+
{{#vardefine:url|{{#if:{{{2|}}}|http://svn.organicdesign.co.nz/filedetails.php?repname={{{1}}}&path={{urlencode:/{{{2}}}}}|{{{1}}}}}}}{{#if:{{{3|}}}|{{{3}}} {{#var:url}}|{{info|This code has been moved into our [[svn|subversion repository]] and can be viewed [{{#var:url}} here].<br>To checkout a local read-only copy of this item's repository, use the following syntax:
  
 
<tt>&nbsp;&nbsp;&nbsp;&nbsp;svn co http://{{{1}}}.organicdesign.co.nz/svn/{{{1}}}</tt>
 
<tt>&nbsp;&nbsp;&nbsp;&nbsp;svn co http://{{{1}}}.organicdesign.co.nz/svn/{{{1}}}</tt>

Revision as of 22:08, 10 March 2013

Info.svg This code has been moved into our subversion repository and can be viewed [{{{1}}} here].
To checkout a local read-only copy of this item's repository, use the following syntax:

    svn co http://{{{1}}}.organicdesign.co.nz/svn/{{{1}}}

See the discussion page for development notes and details and the mediawiki.org page for installation and usage documentation