root/lm-sensors/trunk/doc/svn

Revision 5985, 1.5 KB (checked in by khali, 10 months ago)

Major kernel version number was bumped to 3.

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