Difference between revisions of "Releases"

From Autodrive
Jump to: navigation, search
(Releases)
Line 8: Line 8:
  
 
{|
 
{|
|Release tag ||Date
+
|Release tag ||Date || Checkout
 
|-
 
|-
|1.0 || 2 mar 2013
+
|1.0 || 2 mar 2013 || svn co https://svn.code.sf.net/p/autodrive/code/tags/1.0 Automation
 
|-
 
|-
 
|}
 
|}

Revision as of 11:34, 2 March 2013

Releases are placed under the subversion tags folder @ source forge.

Releases are created from trunk like

 svn copy https://svn.code.sf.net/p/autodrive/code/trunk/Driver https://svn.code.sf.net/p/autodrive/code/tags/1.0 -m "Driver release 1.0" 
 svn copy https://svn.code.sf.net/p/autodrive/code/trunk/Scripts https://svn.code.sf.net/p/autodrive/code/tags/1.0 -m "Scripts release 1.0"

Releases

Release tag Date Checkout
1.0 2 mar 2013 svn co https://svn.code.sf.net/p/autodrive/code/tags/1.0 Automation