Get the Source of Yanel

Git

The source code of Yanel is located at github. You can get the latest version of Yanel by executing the following command in a shell/terminal on your system (Windows, Linux, Mac OS):

git clone https://github.com/wyona/yanel.git

or as a developer (read and write access using ssh public keys)

git clone git@github.com:wyona/yanel.git

This will create a new directory called yanel which contains the latest version (of branch 'master') of the source code. If you are new to Git, take a loot at the official Git website. To get started with the source see the Getting Started guide or the README.txt.

Subversion (DEPRECATED)

Previously to Git the source code of Yanel lived inside a Subversion repository, which can be found here. You can still check out an archived 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 (DEPRECATED)

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.

hg clone http://hg.wyona.com/yanel-mercurial-mirror yanel-hg

If you're new to Mercurial and have generally never worked with distributed version control systems before, then take a look at http://hginit.com for a good introduction to Mercurial.

Developer Access to Subversion (DEPRECATED)

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 Git repository remains the official, central repository containing the master copy of Yanel and write access has been disabled for the Subversion repository.



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.