Accessing SVN
From italc
Contents |
Anonymous SVN
Latest version of stable branch
If you want to access SVN for downloading the latest version of the stable branch, do the following:
svn co https://italc.svn.sourceforge.net/svnroot/italc/branches/STABLE_1-0
Afterwards you have a directory STABLE_1-0 in your current directory which contains a complete source-directory. Before you continue, make sure you have automake-, autoconf- and libtool-packages installed! Then change into directory “italc” and type
make -f Makefile.svn
Now you can configure and build iTALC the usual way or see Installation for details on how to proceed.
If you want to update your copy simply type
svn up
inside STABLE-directory
Latest development version
If you want to access SVN for downloading the latest development version of iTALC, do the following:
svn co https://italc.svn.sourceforge.net/svnroot/italc/trunk/italc
which will create a directory italc which contains a source-tree. For further details see previous section.
SVN with your SF.net-account
Of course you can use your SF.net-account for checking out a local working-copy to work on. If you’re a registered developer of iTALC, you’ll also be able to commit your changes.
svn co https://italc.svn.sourceforge.net/svnroot/italc italc --username=YOUR_SF_NET_NICK
WebSVN
For browsing the SVN-repository in an easy way you can also use the WebSVN of iTALC: http://italc.svn.sourceforge.net/viewvc/italc/
