[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: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-12-22 18:02:28 CET

>>>>> "Karl" == Karl Heinz Marbaise <khmarbaise@gmx.de> writes:

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

cvs2svn may work. That's nominally for CVS; I don't know if it will
work on RCS format files that are not CVS. It does work by parsing
RCS files. It knows how to gather up information from the collection
of xxx,v files, grouping sets of changes together into a single
Subversion commit as appropriate.

           paul

---------------------------------------------------------------------
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:03:26 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.