CVS 工具 CVSGrab CVSGrab让您Checkout的文件从一个公共CVS库,即使您在企业防火墙阻挡进入Pserver的。它提供只读进入公共的CVS库通过ViewCVS网络界面。...
Dulwich Dulwich 是一个 Git 文件格式和协议的纯Python实现,支持读取资源库内容、索引以及通过Git网络协议进行数据的读写。...
CvsGraph CvsGraph is a utility to make a graphical representation of all revisions and branches of a file in a CVS/RCS repository. It has been inspired by the 'graph' option in WinCVS, but I could not find a stand-alone version of this graph code. So, it was time to write one.
CvsGraph是一种实用工具,使图形代表的所有修订和部门中的一个文件一个CVS / RCS中存放。它一直受 WinCVS下'图'选项的影响 ,但我无法找到......
git 查看工具 gitg gitg 是一个用于查看 Git 版本控制系统的工具。请看下面几个该软件的屏幕截图:
1. 主界面
2. 另外一种主界面
3. 修改文件...
Git 目录监控 Giggle Giggle 是一个图形化的 Git 目录跟踪监控的软件。界面如下图所示:...
subvertpy subvertpy 是一个Python 对 Subversion 版本控制系统的 Python 语言操作库,本身还包含一个 Subversion 服务器端协议的实现。...
SVN 备份工具 svnsync svnsync 是Subversion提供的一个用于同步版本库的工具,通过svnsync 同时可以达到备份SVN版本库的目的。...
darcsweb darcsweb 是一个采用 Python 非常简单的 darcs Web接口,用来通过浏览器访问 darcs 版本控制系统。...
NaughtySVN NaughtySVN(以下简称“NSVN”)是一个 易用的 Subversion 客户端程序。NSVN 具有图形用户界面,并作为 Nautilus(GNOME 桌面环境默认的文件管理器)的扩展使用。通过 NSVN,用户一方面可以管理 Subversion 文件库,另一方面也能够执行检出、提交、以及处理工作副本等操作。
NSVN 仍旧处于活跃的开发之中,目前已经实现的功能包括:
与 Nautilus 集成。
显示及隐藏上下文菜单条目。
创建 Subversion 文件库。
从 Su......
Tig Tig 是一个 git 资源库浏览器 that additionally can act as a pager for output from various git commands. When browsing repositories, it uses the underlying git commands to present the user with various views, such as a summarized revision log and showing the commit with the log message, diffstat, and the diff. Using it as a pager, it will display input from stdin and colorize it.
......
SVN版本控制Web接口 Warehouse Warehouse 是一个基于浏览器的 Subversion (SVN) 版本控制系统的查看器。采用 Ruby on Rails 开发。...
QBzr QBzr 是专为 Bazaar 这个分布式版本控制系统而开发的图形化前端。由于 QBzr 是基于 Qt 工具包编写而成,所以它能够跨平台运行,其执行平台包括 Linux、Windows 等。
在功能方面,QBzr 目前已经提供了以下命令:
qlog
qdiff
qcommit
qannotate
qbrowse
qconfig
qcat...
NetCvsLib NetCvsLib 是一个 C# 编写的 CVS 客户端组件...
LibreSource LibreSource is a versatile collaborative platform. Open Source, modular and highly customizable, LibreSource is adapted to collaborative software development (forge), groupware, community leading, e-archiving and Web publishing.......
版本控制客户端 CrossVC CrossVC (前身是 LinCVS)是一个跨平台的版本控制服务的客户端程序。
下面是Vista下运行的截图:...
项目托管平台 Gitorious Gitorious 是一个基于 Git 版本控制系统的Web项目托管平台。基于 Ruby on Rails 开发。
在局域网里搭建gitorious需要安装的软件有apache, mysql, sendmail, ruby, rubygems, imagemagick, sphinx, apg和aspell等应用程序,另外还需要libmagick9-dev, libmysqlclient15-dev, libmysqlclient15off, libonig2, libonig-dev, libaspell-dev等程序库。
......
Codeville Codeville is a distributed version control system. It began with a novel idea for a merge algorithm and has grown from there. It is designed to be easy to use and scale from small personal projects to very large distributed ones.
7/13/2007: Version 0.8.0 is out!
New in this release:
Remember commit message and autofill it on next attempt if commit fails
fixed: catch requests for non-existent d......
rsvndump rsvndump是一个基于命令行方式的工具,通过它可以连接到远程的SVN服务器,并将整个库导出到一个文件中,这个文件可以被svnadmin工具读写,所以rsvndump可以用来迁移并创建新的snv资料库。...