Home arrow Developers arrow SVN Guide
SVN Guide PDF Print E-mail
Written by Administrator   
Sunday, 14 May 2006
Describes how to access AST's SVN repository. SVN is used starting with ast-0.2.0. The SVN repository contains code for ast-0.2.0 and newer. Older ast-0.1.x code is still in CVS. This guide will describe how to access the latest code for ast.

To check out the latest code, all you need to do is:
cd /var/www/localhost/htdocs
svn co https://svn.sourceforge.net/svnroot/ast/trunk
This will download the latest code, images, stylesheets, etc into your htdocs directory. If your htdocs are somewhere else, you should do the checkout there. You can also browse the svn repository online.

After you have checked out the code from SVN, you can follow the regular installation guide to get started. To update to the latest version from svn type:
svn up
cd src
make
cp src/ast ../
This will update and rebuild your code.

General SVN Status

I generally try to keep the code so that it at least compiles and hopefully doesn't break anything. Make sure you keep an old copy of your ast executable in case the SVN code does break for you.
Last Updated ( Tuesday, 25 July 2006 )
 
< Prev   Next >

Google AdSense

© 2010 Advanced Stock Tracker
Joomla! is Free Software released under the GNU/GPL License.