可以用作“代码存储库"的网站的源代码
问题描述:
我在哪里可以获取可用作代码存储库"的网站的源代码?
并且可以由选定的人员组轻松维护.
任何开源项目都是可以接受的.
Where can i get the source code of a website which can be used as ''Code repository''
and can be easily maintained by group of selected people.
Any open source projects are acceptable
答
据我所知,最广泛使用的开源代码存储库和版本控制工具是SVN.
http://subversion.tigris.org/ [ ^ ]
http://en.wikipedia.org/wiki/Apache_Subversion [ http://tortoisesvn.net/ [
The most widely used open source code repository and version control tool is SVN as far as I am aware of.
http://subversion.tigris.org/[^]
http://en.wikipedia.org/wiki/Apache_Subversion[^]
It also has got some UI in terms of TortoiseSVN at http://tortoisesvn.net/[^] which is also an open source tool.
Hope that helps
Milind