|
Java Open Source Projects
|
Source Revision control (also known as source version control) is the management of multiple revisions of the same unit of information. It is most commonly used in engineering and software development to manage ongoing evolution of digital documents like application source code, art resources such as blueprints or electronic models and other critical information that may be worked on by a team of people. Changes to these documents are identified by incrementing an associated number or letter code, termed the "revision number", "revision level", or simply "revision" and associated historically with the person making the change. A simple form of revision control, for example, has the initial issue of a drawing assigned the revision number 1. When the first change is made, the revision number is incremented to 2 and so on.(From Wikipedia)
StatCVS - Generate statistical HTML reports from your CVS repository logs
StatCVS generates HTML reports from CVS repository logs. The reports give developers and project managers insight into the evolution of the code base and individual contributions. ... JCVS -a CVS client JCVS is a CVS client package written entirely in Java. JCVS provides a complete CVS client/server protocol package that allows any Java program to implement the complete suite o... StatSVN StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development, e.g. Timeline for the lines of code Lin... Java CVS Client Java CVS Client, a CVS client library, written in Java. Full source code is available for the library. The source is hosted as part of the Netbeans open source project. JSVN - A Java Subversion Client The goal of JSVN is to develop a Java Swing client to access and manipulate a Subversion repository. JSVN is currently under active development. JSVN is nearly "feature-complete" a... SVNKit is a pure Java Subversion client library. You would like to use SVNKit when you need to access or modify Subversion repository from your Java application, be it a standalone... CBE - code building environment CBE is revision control system with integrated make-like functions written in pure Java. It can be used similar to CVS but offers some new features like renaming files (while still... SourceJammer SourceJammer is a source control and versioning system written in Java. It consists of a server-side component that maintains the files and version history, and handles check-in, c... Superversion: Version control for gourmets Superversion is a multi-user distributed version control system based on change sets. It aims to be an industrial-strength, open source alternative to commercial solutions that is ... Subversion The goal of the Subversion project is to build a version control system that is a compelling replacement for CVS in the open source community. The software is released under an Apa... |