RE: SCCS to Subversion
From: <andy.glew_at_amd.com>
Date: 2004-06-03 00:05:55 CEST
> Tim Alsop" <Tim.Alsop@CyberSafe.Ltd.UK> asked:
Jonathan Leffler has described his sccs2rcs and rcs2svn
I'm another one who has dragged around SCCS, and RCS,
As well as converting, I have also found it useful
This way you still have the original history.
I've also checked RCS ,v files into CVS. Did that mainly
---
I've never done it myself, but I know some guys who
create a filesystem that resembles the SCCS archive:
instead of bar/foo.c, delta 1.1, 1.2, 1.3, etc.
they create
bar/foo.c.dir/1.1/foo.c
bar/foo.c.dir/1.2/foo.c
bar/foo.c.dir/1.3/foo.c
They then imported that into their next VC system.
Hmmm.... looks a little bit like Subversion's
approach to tagging and branching, doesn't it?
---
I have every expectation of someday having to check
a Subversion repository into whatever is the next
big VC system.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 3 15:34:34 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.