sccs2svn 0.25 review

Download
by rbytes.net on

sccs2svn converts a SCCS repository into a Subversion repository

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Robert Zeh
0 stars award from rbytes.net

sccs2svn converts a SCCS repository into a Subversion repository. The script visits a directory tree with SCCS repositories.

sccs2svn project then sorts the SCCS deltas by time and applies them to a Subversion repository. The script attempts to transform some SCCS keywords to Subversion keywords.

The script assumes that your SCCS repositories are arranged in a hierarchy, where each directory has its own SCCS directory:

trunk
trunk/SCCS
docs
SCCS
README.txt
src
project1
SCCS
main.c
project2
SCCS
main.c

The structure will be replicated in the newly created Subversion repository, minus the SCCS directories. Each file's history will be replicated as well. The script will attempt to merge together deltas that are near each other in time, and have the same comment.

Requirements:
Python 2.3 or later
Subversion
The Subversion Python bindings
SCCS (or CSSC)

sccs2svn 0.25 keywords