2011-08-01

推荐 Fossil


中长期考虑 我比较看好和希望尝试 分布式的源码管理 和缺陷跟踪系统
并且我物色到一款合适的开源产品 Fossil , 似乎Fossil 能搞定我们需要的一切
Fossil is:
Simple, high-reliability, distributed software configuration management

sudo apt-get install fossil

http://www.fossil-scm.org/index.html/doc/trunk/www/concepts.wiki

  • The fossil program is a self-contained stand-alone executable. Just put it somewhere on your PATH to install it.
  • Use the clone or new commands to create a new repository.
  • Use the open command to create a new source tree.
  • Use the add and rm or delete commands to add and remove files from the local source tree.
  • Use the commit command to create a new check-in.
  • Use the update command to merge in changes from others.
  • The push and pull commands can be used to share changes manually, but these things happen automatically in the default autosync mode.
http://en.wikipedia.org/wiki/Fossil_(software)

sqllite项目 现在在用FOSSIL

FOSSIL目前还没有eclipese 插件

所见所闻所思