| 1 | Subversion Repository |
|---|
| 2 | |
|---|
| 3 | Anonymous access to our Subversion repository (SVN) is available. This means |
|---|
| 4 | that users can have direct access to up-to-the-minute code. |
|---|
| 5 | (http://subversion.tigris.org/) |
|---|
| 6 | |
|---|
| 7 | Driver development for 2.6 kernels is taking place directly in the kernel |
|---|
| 8 | using GIT. Do not use the drivers from our SVN repository for 2.6 kernels, it |
|---|
| 9 | will not work. The user-space tools will work though. |
|---|
| 10 | |
|---|
| 11 | We presume that you have Subversion installed on your machine. To check out a |
|---|
| 12 | working copy of the code for this project use the following commands: |
|---|
| 13 | |
|---|
| 14 | svn checkout http://lm-sensors.org/svn/i2c/trunk i2c |
|---|
| 15 | svn checkout http://lm-sensors.org/svn/lm-sensors/trunk lm-sensors |
|---|
| 16 | |
|---|
| 17 | To update the code, do a svn update from within the i2c or lm-sensors |
|---|
| 18 | directories. Please read the README and INSTALL files of your working copy |
|---|
| 19 | for how to build the code. Also read the related files in the 'doc' directory |
|---|
| 20 | for info regarding the different bus and chip drivers. Lastly, you can use |
|---|
| 21 | the regular svn commands on the files (like cvs log [filename]) to see the |
|---|
| 22 | comments made by the developers as changes were made. |
|---|
| 23 | |
|---|
| 24 | If you're not familiar with the use of Subversion we recommend the excellent |
|---|
| 25 | Subversion book which is a valuable resource. |
|---|
| 26 | (http://svnbook.red-bean.com/) |
|---|
| 27 | |
|---|
| 28 | Commits to the repositories are notified on the lm-sensors-notify |
|---|
| 29 | mailing-list. Feel free to subscribe if you want to be informed of the |
|---|
| 30 | changes made to the i2c and lm-sensors repositories. |
|---|
| 31 | (http://lists.lm-sensors.org/mailman/listinfo/lm-sensors-notify) |
|---|