google code 的使用 svn下载别人的资源及其管理自己的代码(转)

转自:http://hi.baidu.com/longhaiwang/blog/item/97797b8d9a3b4c15b31bbaaa.html

在网上http://www.ericmmartin.com/projects/simplemodal/ 看到一个很好的jquery插件,下载的时候发现了Google code。以前也听朋友说过这个。。。没有心思去看~

今天决定了解一下:

网上一找发现都是相同的文章,而且写得都不好--

google svn 服务器使用:
    1. http://code.google.com/ 用gmail登入。>后点击>Project Hosting
    2. 进入>> http://code.google.com/hosting/ >后点击>Create a new project
    3. 填入必要的项目名,描述等确定。就可以了
    4. 确定成功后 ->Source
    5. 到eclipse的打开新建一个project->team->share Project->svn
    6. 后面根据 google source 上的svn提示,这我就不多说了。一般的svn http url

所以决定自己写一个,不能说一定很好,但是自己能看懂就不错了,哈哈~

直接登录http://code.google.com/hosting/ 。

点击Sign in to create a project 或者Sign in 登录,就进去了

点击Source 然后自己创建项目,点击发布就能看到了。其他的就省略了,不好意思~

怎么用svn下载别人的资源:

直接在svn上输入http://simplemodal.googlecode.com/svn/trunk/ 其中simplemodal就是别人的项目名称

点击确认就可以了

注意这个只能checkout 要想commit必须要用户名 密码

你可能感兴趣的:(google code 的使用 svn下载别人的资源及其管理自己的代码(转))