
k.logback-site.0.7.1.source-code.repos.xml Maven / Gradle / Ivy
<?xml version="1.0"?> <document> <properties> <author email="ceki at qos ddoott ch ">Ceki Gulcu</author> <title>Logback source repository</title> </properties> <body> <div class="section"> <h2>Source Repository</h2> </div> <p> We keep the source code in revision control systems called Subversion. Developers have write access to the Subversion repository, enabling them to make changes to the source code. Everyone has read access to the repositories, so you may download the most up-to-date development version of the software. Note that the latest version in the Subversion repository many not work as expected, it may not even compile properly. If you are looking for a stable release of the source code, you should download an official distribution instead of the latest version in the Subversion repositories. There are several ways to access the Subversion repositories: </p> <div class="section"> <h2>Web Access</h2> </div> <p> If you just wish to browse around or download a few individual files, you can do so with web-based ViewVC interface: </p> <p> <a href="http://svn.qos.ch/viewvc/logback/trunk/">http://svn.qos.ch/viewvc/logback/trunk/</a> </p> <div class="section"> <h2>Checking out a read-only copy</h2> </div> <p> To access the Subversion repositories anonymously, you will need a Subversion client. You can check out the entire logback project with the following command:</p> <div class="source">svn co http://svn.qos.ch/repos/logback/trunk/</div> <div class="section"> <p> Note that anonymous access allows read-only access only. For read-write access please contact the logback <a href="mailinglist.html">developer list</a> . </p> </div> </body> </document>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy