Difference between revisions of "Sources"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
The Adempiere project is Open Source, and the source code for development versions is freely available. It should be noted that the development sources are ALPHA quality and at times may not even compile - if you want stable sources then look at the source code distribution of the latest release. That said, the development versions usually work fine.
+
The Adempiere project is Open Source, and the source code for development versions is freely available. It should be noted that the development sources at times may be not stable or not even compile - if you want stable sources then look at the source code distribution of the latest release. That said, the development versions usually work fine.
  
The Adempiere sources are managed using the Subversion version control system (see the Tools section). Access to the repository is provided in several ways, namely:
+
The Adempiere sources are managed using the Subversion version control system. Access to the repository is documented in the [[Hacker's guide]]
  
'''Anonymous SVN'''
+
The easiest way to get the sources (and probably the hardest to keep up to date) is to download one of the snapshots from the Adempiere ftp site ( To be setup ).
Anonymous SVN, provides a way to keep a current copy of the Adempiere source code.
+
  
'''Code browsing'''
+
Read-write SVN access is needed by anyone who needs to able to write to the repository. This includes developers, documentation writers, translators, artists etc. The granting of read-write access is managed by the [[Commit_Committee]]
Links to sites that offer various ways of examining the Adempiere source code online.
+
 
+
'''Daily source snapshot (ftp.adempiere.org)'''
+
 
+
The easiest way to get the sources (and probably the hardest to keep up to date) is to download one of the snapshots from the Adempiere ftp site.
+
 
+
Read-write SVN access is needed by anyone who needs to able to be able to write to the repository. This includes developers, documentation writers, translators, artists etc. To get read-write access see the developer FAQ.
+

Latest revision as of 22:00, 23 March 2007

The Adempiere project is Open Source, and the source code for development versions is freely available. It should be noted that the development sources at times may be not stable or not even compile - if you want stable sources then look at the source code distribution of the latest release. That said, the development versions usually work fine.

The Adempiere sources are managed using the Subversion version control system. Access to the repository is documented in the Hacker's guide

The easiest way to get the sources (and probably the hardest to keep up to date) is to download one of the snapshots from the Adempiere ftp site ( To be setup ).

Read-write SVN access is needed by anyone who needs to able to write to the repository. This includes developers, documentation writers, translators, artists etc. The granting of read-write access is managed by the Commit_Committee