Subversion Repository: Difference between revisions

From MusicBrainz Wiki
Jump to navigationJump to search
((Imported from MoinMoin))
 
((Imported from MoinMoin))
Line 18: Line 18:
Confused? Send mail to [mailto:support@musicbrainz.org support@musicbrainz.org] if you need more help, or drop by the <code><nowiki>irc://irc.freenode.net/musicbrainz</nowiki></code> '''#musicbrainz IRC channel'''. Check out the [[Contact Us|ContactUs]] page for more ways to get in touch.
Confused? Send mail to [mailto:support@musicbrainz.org support@musicbrainz.org] if you need more help, or drop by the <code><nowiki>irc://irc.freenode.net/musicbrainz</nowiki></code> '''#musicbrainz IRC channel'''. Check out the [[Contact Us|ContactUs]] page for more ways to get in touch.


----<br/> <small>Original version: [http://musicbrainz.org/development/cvs.html http://musicbrainz.org/development/cvs.html] </small>
----

<ul><li style="list-style-type:none"><br/>
</ul>

<small>Original version: [http://musicbrainz.org/development/cvs.html http://musicbrainz.org/development/cvs.html] </small>


[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Development]]
[[Category:To Be Reviewed]] [[Category:WikiDocs Page]] [[Category:Development]]

Revision as of 22:23, 5 June 2006

MusicBrainz Subversion repository

This page describes how to use the MusicBrainz Subversion Repository.

Introduction

The latest bleeding edge version of our software source is always available to everyone interested by our read-only Subversion repository. You can browse the Subversion repository online. Changes to the source trees are commented, releases are labeled, so you can find out what was going on and retrieve older releases if necessary. This system is well suited to administer changes to a project made by a group of various developers, and is thus used by many large Internet projects. For more information on how to use Subversion visit the Subversion home page.

Checking out source code

To check out source code from our repository use this command:

svn co http://svn.musicbrainz.org/<module>/trunk <module>

Windows users should consider using Tortose SVN tool and use the URL shown above to check out the source code. See the Projects for a list of available modules.

Help

Confused? Send mail to support@musicbrainz.org if you need more help, or drop by the irc://irc.freenode.net/musicbrainz #musicbrainz IRC channel. Check out the ContactUs page for more ways to get in touch.



Original version: http://musicbrainz.org/development/cvs.html