[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: SCCS to Subversion

From: Robert Zeh <rzeh_at_efs-us.com>
Date: 2004-06-03 23:32:35 CEST

If anyone is interested, I have a python script that does a direct
conversion
from SCCS to Subversion. The script uses the Subversion python bindings.

It collects all of the SCCS subdirectories under a supplied directory,
gathers
up all of the deltas under each of the SCCS directories and sorts them
by date.

It then consolidates consecutive deltas that are within 10 seconds of each
other, and have the same author and comment.

All of the deltas are then applied to the Subversion repository.

It then attempts to convert SCCS keywords in all of the files into
Subversion keywords.

As a last step, it removes all files and directories that end with "-"; a
convention we use to indicate a deleted file.

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 3 23:33:52 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.