public:user_software:cr-tools:stable_releases

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:user_software:cr-tools:stable_releases [2011-10-18 14:25] – created Lars Bahrenpublic:user_software:cr-tools:stable_releases [2017-03-08 15:27] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +~~NOTOC~~
 +
 ===== User Software :: CR-Tools :: Stable Releases ===== ===== User Software :: CR-Tools :: Stable Releases =====
  
-This page contains snapshots of the USG-source tree which contain or allow to build the [[public:user software:CR-Tools]] with a minimum of fuss.+  * [[#Introduction]] 
 +  * [[#HowTo]] 
 +  * [[#22. March 2009 Release]] 
 + 
 +==== Introduction ==== 
 + 
 +Until the introduction of a //stable// tag marking code in the subversion repository as a stable version -- i.e. a version which a) builds on all required platforms and b) does not contain any serious bugs known at this point -- this page is intended to track code version, which have been found to fulfill the relevant criteria. Since the source code under constant development and thereby subject to changes, for production purposes you not necessarily might want to be working with the most recent version (please note however, that upgrades and changes **always** should be done to the recent version!). 
 + 
 +==== HowTo ==== 
 + 
 +In order to check out a working copy based on a given version run: 
 +<code bash> 
 +svn up -r <version number> 
 +</code> 
 +You can then build/install this version, work with it, and e.g. develop your own code. Once your code is done, **before** you send it to the repository, you have to do an update to the most recent version: 
 +<code bash> 
 +cd $LOFARSOFT ; svn up  
 +</code> 
 +**Resolve any merging errors that may have occured!** Take care not to undo important changes made by others. Then you can send your changes to the code repository: 
 +<code bash> 
 +cd $LOFARSOFT ; svn commit <files changed by me> 
 +</code>
  
-==== 22. March 2009 ====+==== 22. March 2009 Release ====
  
 [[http://www.astro.ru.nl/~horneff/CR-Tools-LinuxStable-090322.tgz|CR-Tools-LinuxStable-090322.tgz]] [[http://www.astro.ru.nl/~horneff/CR-Tools-LinuxStable-090322.tgz|CR-Tools-LinuxStable-090322.tgz]]
Line 42: Line 65:
     - <code bash> cd <LOFARSOFT>/usg/build/; make cr </code>     - <code bash> cd <LOFARSOFT>/usg/build/; make cr </code>
  
 +\\
 +----
 +<- [[public:user software:User Software]] • [[public:user software:CR-Tools]]
  • Last modified: 2011-10-18 14:25
  • by Lars Bahren