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

Re: RCS to svn

From: Karl Heinz Marbaise <khmarbaise_at_gmx.de>
Date: 2005-12-22 17:51:25 CET

  Hi Marcus,

sorry for private mail..instead of a mailing list mail...

> Hi group,
>
> I have an older, small project consisting of a couple of
> rcs files (foo,v). How can I migrate them to subversion?
You have to checkout (co -l foo,v) the files into a directory
and put the directory under control of SVN.

May be you have more than one file then put them together into
a directory.
Do you have Tags done using RCS? Yes than checkout all files
with the same tag (co -lTAGNAME *,v) and put this into one directory or
may be more and import this into SVN.

The problem with RCS is that your files are separatley and have their
individual revision instead of one for all files. You have to make a
decision which file revisions are needed in the Subversion repos.

May be you can make a quick solving and just checkout the latest
revision and import all files into subversion...

Kind regargs
Karl Heinz Marbaise

-- 
Software Entwicklungs- und Beratungs Service  http://www.soebes.de
Dipl.Ing.(FH) Karl Heinz Marbaise            email: info@soebes.de
Tel.: +49 (0) 241 / 16 91 210                 ICQ#: 135949029
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 25 04:07:45 2005

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.