SVN:howtoWe recently switched to doing all development of the astguiclient vicidial project on a Subversion (or) SVN server. Below are instructions for how to download and use the code from the SVN server.
-Now with a howto access it using windows
There are currently one trunk: - 2-X, the current 2.X tree code base
SVN server: svn://svn.eflo.net:3690/agc_2-X/trunk 2.x development tree of astguiclient (will become 2.4 branch)
mkdir /usr/src/astguiclient cd /usr/src/astguiclient svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk
All code is inside of the trunk directory
We use RapidSVN for the desktop file browser: http://www.rapidsvn.org
The 2.2 release branch:
svn://svn.eflo.net:3690/agc_2-X/branches/agc_2.2.0
Accessing the SVN using windows use Rapid SVN(link above) or
Download the tortoisesvn from http://tortoisesvn.tigris.org/
It will be installed as a windows explorer extension.
For more information on Subversion:
http://svnbook.red-bean.com/nightly/en/index.html