Title: Project Information This document provides an overview of the various documents and links that are part of this project's general information: * [Community Roles and Processes]({{ refs.apache-sling-community-roles-and-processes.path }}) * [Project Team]({{ refs.project-team.path }}) * [Mailing Lists]({{ refs.-lists.path }}) * [Issue Tracking]({{ refs.-issues.path }}) * [Source Repository]({{ refs.-source.path }}) * [Continuous Integration]({{ refs.-ci.path }}) * [Project License]({{ refs.project-license.path }}) {anchor:lists} ## Mailing Lists These are the mailing lists that have been established for this project. For each list, there is a subscribe, unsubscribe, and an archive link. | Name | Subscribe | Unsubscribe | Post | Archive | Other Archives | |--|--|--|--|--|--| | Sling Users List | [Subscribe]({{ refs.mailto-users-subscribe-sling-apache-org.path }}) | [Unsubscribe|mailto:users-unsubscribe@sling.apache.org] | users at sling.apache.org | [mail-archives.apache.org|http://mail-archives.apache.org/mod_mbox/sling-users/] | [www.mail-archive.com|http://www.mail-archive.com/users@sling.apache.org/] [MarkMail|http://sling.markmail.org] [Nabble|http://n3.nabble.com/Sling-Users-f73968.html] | | Sling Developers List | [Subscribe]({{ refs.mailto-dev-subscribe-sling-apache-org.path }}) | [Unsubscribe|mailto:dev-unsubscribe@sling.apache.org] | dev at sling.apache.org | [mail-archives.apache.org|http://mail-archives.apache.org/mod_mbox/sling-dev/] | [www.mail-archive.com|http://www.mail-archive.com/dev@sling.apache.org/] [MarkMail|http://sling.markmail.org] [Nabble|http://n3.nabble.com/Sling-Dev-f73966.html] | | Sling Source Control List | [Subscribe]({{ refs.mailto-commits-subscribe-sling-apache-org.path }}) | [Unsubscribe|mailto:commits-unsubscribe@sling.apache.org] | | [mail-archives.apache.org|http://mail-archives.apache.org/mod_mbox/incubator-sling-commits/] | [www.mail-archive.com|http://www.mail-archive.com/commits@sling.apache.org/] [MarkMail|http://sling.markmail.org] | {anchor:issues} ## Issue Tracking This project uses JIRA a J2EE-based, issue tracking and project management application. Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project. The issue tracker can be found at [http://issues.apache.org/jira/browse/SLING]({{ refs.http://issues.apache.org/jira/browse/SLING.path }}) {anchor:source} ## Source Repository This project uses Subversion to manage its source code. Instructions on Subversion use can be found at [http://svnbook.red-bean.com/]({{ refs.http://svnbook.red-bean.com/.path }}). ### Web Access The following is a link to the online source repository. http://svn.apache.org/viewvc/sling/trunk ### Anonymous access The source can be checked out anonymously from SVN with this command: $ svn checkout http://svn.apache.org/repos/asf/sling/trunk sling ### Developer access Everyone can access the Subversion repository via HTTPS, but Committers must checkout the Subversion repository via HTTPS. $ svn checkout https://svn.apache.org/repos/asf/sling/trunk sling To commit changes to the repository, execute the following command to commit your changes (svn will prompt you for your password) $ svn commit --username your-username -m "A message" ### Access from behind a firewall For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via the developer connection: $ svn checkout https://svn.apache.org/repos/asf/sling/trunk sling ### Access through a proxy The Subversion client can go through a proxy, if you configure it to do so. First, edit your "servers" configuration file to indicate which proxy to use. The files location depends on your operating system. On Linux or Unix it is located in the directory "~/.subversion". On Windows it is in "%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.) There are comments in the file explaining what to do. If you don't have that file, get the latest Subversion client and run any command; this will cause the configuration directory and template files to be created. Example : Edit the 'servers' file and add something like : [global] http-proxy-host = your.proxy.name http-proxy-port = 3128 {anchor:ci} ## Continuous Integration Sling builds run automatically on the ASF's [Jenkins build server]({{ refs.https://builds.apache.org/view/S-Z/view/Sling/.path }}), triggered by SVN changes and daily. See [SLING-920]({{ refs.https://issues.apache.org/jira/browse/SLING-920.path }}) for Hudson configuration information.