Allegro Une librairie de développement de jeux vidéo


Support This Project
Hébergé par: dotsrc.org
dotsrc.org

  

Accès SVN en lecture

Subversion is a replacement for good'ol CVS. You can get clients for most platforms at http://subversion.tigris.org/, and there is good documentation like the Version control with Subversion manual, by some of Subversion's authors.
You can get read access from the main URL https://alleg.svn.sourceforge.net/svnroot/alleg/. While you can access this link directly and will see the files, that's really boring - instead you want to use a Subversion client to check out the whole source and make local modifications in order to send patches. Example:
svn co https://alleg.svn.sourceforge.net/svnroot/alleg/allegro/branches/4.2
	(for the stable 4.2 branch)

svn co https://alleg.svn.sourceforge.net/svnroot/alleg/allegro/branches/4.9
	(for the unstable 4.9 branch)
You can also use a web interface to browse the repository, which you will find at http://alleg.svn.sourceforge.net/viewcvs.cgi/alleg/. The Subversion tree was migrated from SourceForge's CVS repository, so everything you used to know should be there (except the allegrowww module).
If you need write access to the Subversion tree, please ask for it on the Allegro development mailing list.

Snapshots of the Subversion tree

Ce sont les snapshots du dépôt SVN d'Allegro, ils ont été préparés comme n'importe quelle version officielle et sont prêts à être compilés. Gardez à l'esprit que ces snapshots ne sont pas des versions officielles, ils contiennent du code nouveau qui a été peu testé. Ne soyez donc pas étonnés si vous ne pouvez même pas les compiler ou s'ils vous donnent un core dump, un écran bleu, etc. Si la stabilité est importante pour vous, vous devriez plutôt utiliser une version officielle.

Les snapshots seront créés régulièrement toutes les semaines. Le but de ces distributions de snapshots est:

  • De fournir aux utilisateurs peu familiers de SVN un accès aux dernières améliorations d'Allegro.
  • D'augmenter le nombre de tests qui sont effectués entre chaque sortie officielle. Le retour des utilisateurs est important pour les développeurs d'Allegro et leur permet de maintenir et d'améliorer la qualité d'Allegro.

Les snapshots SVN d'Allegro sont générés dynamiquement uniquement sur SourceForge, cela signifie que vous devrez aller là-bas pour les télécharger: http://alleg.sourceforge.net/svn.fr.html.

Changelogs of the Subversion tree

Change logs for the SVN repository are generated every hour and uploaded to the Allegro web page at SourceForge. The xml versions are generated with the --verbose switch, unlike the text versions. Note that these files include the whole repository history since it was started, and they may be very big.
The SVN repository also has a commit hook for CIA, a system for tracking open-source projects in real-time. The CIA web interface may be easier to read than the above logs, provides an RSS feed and notifications in the #commits channel on the Freenode IRC network. You can monitor Allegro activity at http://cia.navi.cx/stats/project/alleg.