A Program for Generating Patch Set Information from a CVS Repository
CVSps is a program for generating 'patchset' information from a CVS
repository. In this case, a patchset is defined as a set of changes
made to a collection of files, all committed at the same time (using a
single 'cvs commit' command). This information is valuable for 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
'atomically' committed to the repository.
- Developed at devel:tools:scm
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/cvsps && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cvsps-3.4.tar.gz | 0000061870 60.4 KB | |
cvsps.changes | 0000002530 2.47 KB | |
cvsps.spec | 0000001958 1.91 KB |
Revision 14 (latest revision is 24)
Ismail Dönmez (namtrac)
accepted
request 146831
from
Michal Vyskocil (mvyskocil)
(revision 14)
- update to 3.4 with fast-export dumping * maintained by Eric S. Raymond * more focused on --fast-export mode only * now always runs in what used to be csv_direct mode * it's not required to run csvps in CVS checkout directory * local cvs commands are no longer used * the old-style non-fast-export reporting mode is deprecated and may be dropped in the future * removed the --bkcvs and -x options * new --fast-export option allows dumping the history as a git import stream * the -A now works in the expected way * add -R option that writes out a revision map * incorporates Heiko Voight's patch for solving some time-skew cases * check README and NEWS for details - obsoleted files and patches * bk-cvs.mail - who is interested in BitKeeper/CSV kernel trees? * cvsps-bk-cvs.mail - or the ability to import BitKeeper logs? * fixes.tar.bz2 - they are upstream * CMakeLists.txt - plain make is recommended * commitid.diff - already upstream
Comments 0