Get the Source of Yanel

Subversion

The source code for Yanel lives within a Subversion repository, which can be found here. You can check out the latest version of Yanel by executing the following command in a shell on your system:

svn co http://svn.wyona.com/repos/public/yanel/trunk yanel-trunk
This will create a new directory called yanel-trunk which contains the latest version of the source code. If you are new to Subversion, take a loot at the official Subversion documentation. To get started with the source see the Getting Started guide or the README.txt.

Mercurial

For developers who prefer to use Mercurial instead of Subversion for their day-to-day development, we offer a Mercurial read-only mirror of Yanel's Subversion repository. See hg.wyona.com for access to the repository, and our version control workflow page for more information on the mirror.

Developer Access

If you have commits rights to the repository, you check it out using your username and password over SSL.

svn co --username USERNAME https://svn.wyona.com/repos/public/yanel/trunk yanel-trunk

Please note that as this time, the Subversion repository remains the official, central repository containing the master copy of Yanel. There is no way to commit to the central Subversion repository using Mercurial yet.



Your comments are much appreciated

Is the content of this page unclear or you think it could be improved? Please add a comment and we will try to improve it accordingly.