论坛首页 Ruby版 rails

Rails is moving from SVN to Git

浏览 4161 次
精华帖 (0) :: 良好帖 (0) :: 新手帖 (0) :: 隐藏帖 (0)
作者 正文
时间:2008-04-03
http://weblog.rubyonrails.com/2008/4/2/rails-is-moving-from-svn-to-git

GIT和lighthouse估计很快就是Ruby/Rails community的新时尚了。
   
时间:2008-04-05
GIT听过
lighthouse谁用过?好用否?
   
0 请登录后投票
时间:2008-04-05
lighthouse(lighthouseapp.com)的免费版本功能限制比较多(只允许有一个工程,两个用户),功能上,算是简单易用,没有太复杂的流程。外观非常漂亮。
   
0 请登录后投票
时间:2008-04-07
一堆人闹翻天了

都说鄙视windows用户,DHH发话了

DHH 写道
So please calm down. Take a deep breath and think to yourself: Maybe I wouldn’t have picked Git for my personal project, but what matters for Rails core development is what the majority of core developers would find pleasurable. This will lead to more contributions, which in turn will lead to a better framework. A framework that I get to use for free. What a great bargain!
   
0 请登录后投票
时间:2008-04-07
据说Linux core的源码控制也是用Git,但是Git目前没有IDE的plugin支持,想在自己的Java/Rails项目中使用还有待时日。
   
0 请登录后投票
时间:2008-04-07
Using Git to Manage and Deploy your Rails Apps
http://jointheconversation.org/railsgit
   
0 请登录后投票
时间:2008-04-07
Quake Wang 写道
据说Linux core的源码控制也是用Git,但是Git目前没有IDE的plugin支持,想在自己的Java/Rails项目中使用还有待时日。

这个关系倒不大。很多人用 console操作 svn和Git。目前的情况是,很多开源项目已经哗啦啦地转向Git,这个情况跟04年前后CVS转Subversion的风潮很类似。
   
0 请登录后投票
时间:2008-04-07
Quake Wang 写道
据说Linux core的源码控制也是用Git,但是Git目前没有IDE的plugin支持,想在自己的Java/Rails项目中使用还有待时日。


Git是分布式的,不需要一个像svn那样的数据库,而且支持离线提交

Linus开发的SCM工具,肯定好用了

IDE支持嘛,Netbeans好像有了吧,我看到有mercurial了,也是个分布式的,Mozzila有在用。很多rails team还是在用textmate,这个编辑器有GIT的bundle吧,很方便。

据说GIT的windows支持很差劲
   
0 请登录后投票
时间:2008-04-07
http://git.or.cz/gitwiki/InterfacesFrontendsAndTools

IDE的支持目前只有Eclipse plugin,没有Netbeans,而Eclipse plugin支持的功能还比较弱:branch/tag/ignore这些常见的操作没有完成,我个人最喜欢的synchronize这个功能也没有。
   
0 请登录后投票
时间:2008-04-07
记得Quake Wang用的是ubuntu,那对命令行操作应该十分了解了
直接用命令行不可?
我想命令行甚至比GUI更爽
   
0 请登录后投票
论坛首页 Ruby版 rails

跳转论坛:
JavaEye推荐