blob: 25278dd1b274cb39498cf0f0eb386188c568fe0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
CVSps is a program for generating 'patchset' information from a CVS
repository. A patchset in this case is defined as a set of changes made
to a collection of files, and all committed at the same time (using a
single 'cvs commit' command). This information is valuable to seeing the
big picture of the evolution of a cvs project. While cvs tracks revision
information, it is often difficult to see what changes were committed
'atomically' to the repository.
WWW: http://www.cobite.com/cvsps/
|