Subversion Access

cancel
Showing results for 
Search instead for 
Did you mean: 

Subversion Access

resplin
Intermediate
0 0 1,950

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



CommunitySubversion
We provide direct access to the source code of Alfresco Community Network stored in our Subversion repository. This code is not recommended for general use but does provide the easiest way for you to try out the latest bleeding-edge functions.

To check out a copy of the source code, type the following at a command line prompt.

svn co svn://svn.alfresco.com/alfresco/HEAD 

You will need to have a Subversion client installed in order to perform a check-out - see Tigris.org for more information and downloads. Alternatively, you can download the latest release or a nightly source build of the Alfresco SDK package, which contains a copy of our full source code and API documentation.

For more information on checking out our source code and contributing to Alfresco, see the Source Code wiki page.
Problems?

If your Subversion client indicates that it cannot connect using the URL above, you can try using the HTTP method instead.

svn co http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD 

For any other issues, please post a message on the forums.