====== Download ====== **Note:** .bz2 files can be decompressed using [[http://www.7-zip.org/|7-Zip]] on Windows. ===== Releases ===== The latest stable release is 1.2.1, as of 15th July 2010. [[http://tools.lsc-project.org/attachments/download/144/lsc-core-1.2.1-dist.tar.gz|Download the distribution archive]], and follow the [[documentation:1.2:sample|Quickstart tutorial]] to get started! ====1.2 branch==== This branch has been well tested and is considered stable. ^ Version number ^ Release date ^ Distribution files (including dependencies) ^ Sources ^ | 1.2.1 | 15/07/2010 | [[http://tools.lsc-project.org/attachments/download/144/lsc-core-1.2.1-dist.tar.gz|Tarball]] [[http://tools.lsc-project.org/attachments/download/145/lsc-core-1.2.1-dist.zip|Zip]] [[http://tools.lsc-project.org/attachments/download/148/lsc-1.2.1-0.el5.noarch.rpm|RPM]] | [[http://tools.lsc-project.org/attachments/download/146/lsc-core-1.2.1-src.tar.gz|Sources only]] [[http://tools.lsc-project.org/attachments/download/147/lsc-1.2.1-0.el5.src.rpm|SRC RPM]] | | 1.2.0 | 16/05/2010 | [[http://tools.lsc-project.org/attachments/download/126/lsc-core-1.2.0-dist.tar.gz|Tarball]] [[http://tools.lsc-project.org/attachments/download/127/lsc-core-1.2.0-dist.zip|Zip]] [[http://tools.lsc-project.org/attachments/download/140/lsc-1.2.0-0.el5.i386.rpm|RPM]] | [[http://tools.lsc-project.org/attachments/download/128/lsc-core-1.2.0-src.tar.gz|Sources only]] [[http://tools.lsc-project.org/attachments/download/141/lsc-1.2.0-0.el5.src.rpm|SRC RPM]] | See [[:documentation:1.2:start|Documentation for the 1.2 branch]] and the [[:documentation:1.2:sample|quickstart tutorial]]. ====1.1 branch==== This branch is the previous stable branch. LSC 1.1 had two components: - **LSC-core**: The heart of the synchronization engine. It contains generic code to connect and compare data sources. - **LSC-sample**: A dummy project that you must download and modify to create a synchronization connector. This project depends on LSC-core. Therefore, you must download a source archive of LSC-sample. It will automatically download the right version of LSC-core. ^ Version number ^ Release date ^ Download link ^ | 1.1.2 | 07/12/2009 | [[http://tools.lsc-project.org/attachments/download/59/lsc-sample-1.1.2.tar.bz2|lsc-sample 1.1.2]] | | 1.1.1 | 01/11/2009 | [[http://tools.lsc-project.org/attachments/download/57/lsc-sample-1.1.1.tar.bz2|lsc-sample 1.1.1]] | | 1.1.0 | 27/07/2009 | [[http://tools.lsc-project.org/attachments/download/38/lsc-sample-1.1.0.tar.bz2|lsc-sample 1.1.0]] | After downloading, make sure to read the [[:documentation:1.1:start|documentation]]. ====1.0 branch==== Version 1.0 is deprecated. It is still available through SVN and the Maven repository. ===== File repository ===== All releases and snapshots are available at the following location: http://tools.lsc-project.org/files. ===== Source code ===== LSC source code is available at the following locations: * [[http://tools.lsc-project.org/repo|Source code browser]] (web interface to SVN repository) * [[http://tools.lsc-project.org/files|Source code nightly-snapshots]] (.tar.bz2 archives of sources) * [[https://lsc-project.org/svn/|Source code repository (SVN)]] ==== SVN repository access ==== To check out the source code from SVN, you need to install a SVN client, and point in to the above address. On most *NIX based systems, just run these commands: svn checkout https://lsc-project.org/svn/lsc/trunk lsc-core-trunk svn checkout https://lsc-project.org/svn/lsc-sample/trunk lsc-sample-trunk You can also choose a tagged version instead of the trunk development source code, depending if you are looking for the latest or a stable version. Developers can authenticate to the repository to commit using this URL: https://@lsc-project.org/svn/ ===== Snapshots of LSC ===== As well as updating from SVN, you can get nightly snapshots of all active branches of LSC. LSC-core and LSC-sample are [[http://tools.lsc-project.org/files|available as archives]], with "-SNAPSHOT" in the name.