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

Re: Import RCS files into Subversion?

From: <plabonte_at_gmail.com>
Date: 2005-10-14 15:34:52 CEST
John Waycott wrote:
Eric Hanchrow wrote:

   Is it possible to get Subversion to read the RCS information in
   files and have all the revision info in that RCS file "imported"
   or "uploaded" into subversion?

I've never tried this, but I bet it's possible to get cvs2svn to munge
the files.

 

cvs2svn reads RCS files without problems. We converted dozens of projects from PVCS to Subversion by first running a home-grown script that converted each file to RCS format. Then we ran cvs2svn on the RCS files.

-- John Waycott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


When I run cvs2svn I get three directories created. Branches, Tags and Trunk and the RCS fromat is imported, but it is listed both under tags and trunk... can I prevent the creation of the three directories, braches, tags and trunk... they are not in the original RCS data?
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Fri Oct 14 15:37:25 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.