Source code repositories
SLF4j developers live in different countries throughout the world. To enable them to work together, we keep the source code in a revision control system called Subversion. SLF4J developers have write access to the Subversion repository, enabling them to make changes to the source code. Everyone else has read access to the repository, so you may check out 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 from Subversion.
There are several ways to access the Subversion repository:
Web Access
If you just wish to browse around or download a few individual files, the best tool is the web-based ViewVC interface for Subversion repositories:
For SLF4J | http://svn.slf4j.org/viewvc/slf4j/trunk/ |
Checking out a read-only copy
To access the Subversion repositories anonymously, you will need a Subversion client.
To check out the SLF4j module, issue the following command:
svn checkout http://svn.slf4j.org/repos/slf4j/trunk
Note that anonymous access allows read-only access only. For read-write access please contact the slf4j developer list.