Projects

Development > MusicBrainz Projects

MusicBrainz Projects

The list of modules currently under source control

This is the list of modules currently under source control. Each of these modules has its own set of release numbers / tags which you can use if desired.

Checking out a project from source control

In all cases, by doing a plain "checkout" of a module you retrieve the latest development copy (i.e. trunk), which will not necessarily be stable. If you want a stable copy, usually a numbered release, you'll need to find the correct Subversion tag corresponding to the release you want, you can then fetch it by appending the /tags/sometagname to the repository url. For example, if you want to fetch the 2.0.2 release of libmusicbrainz you have to use this command:

svn co http://svn.musicbrainz.org/libmusicbrainz/tags/release-2-0-2 libmusicbrainz 

Whereas to fetch the latest, unstable version you have to use this command:

svn co http://svn.musicbrainz.org/libmusicbrainz/trunk libmusicbrainz 

CategoryWikiDocsPage CategoryDevelopment

last edited 2008-10-01 08:37:38 by murdos

MusicBrainz web site  *  Support / Contact