1、source code

trunk

hudson ci:https://github.com/hudson/hudson

plugin code:https://github.com/hudson-plugins

javadoc:http://hudson-ci.org/javadoc/

tags:

hudson-2.1.0https://github.com/hudson/hudson/tree/hudson-2.1.0

 

2、git安装与使用

download:http://git-scm.com/download

install:按照正常exe文件的安装方式

使用方式1:进入需要checkout代码的目录下,使用git init初始化本地仓库

Hudson_休闲

 再使用git pull 进行拉git仓库中的代码,例如:git pull https://github.com/hudson/hudson.git。具体参考Git中文指导手册:http://blog.csdn.net/jznsmail/archive/2007/09/17/1788381.aspx

使用方式2:直接使用git clone https://github.com/hudson/hudson.git

3、导入eclipse环境中

Import -> Maven -> Exists Maven Projects(这样mvn eclipse:eclipse不同的maven工程同样可以导入eclipse环境中)

根据统计(eclipse搜索中,选中正则表达式(Regular expression),并在搜索文本框输入\n), 统计行数为:567947行,这是java代码行数;全部代码数:876051行