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

Re: conversion from RCS to SubVersion

From: H. S. Teoh <hsteoh_at_quickfur.ath.cx>
Date: 2004-09-17 18:31:58 CEST

On Fri, Sep 17, 2004 at 07:24:16AM +0200, j.backmeier@dfd-online.net wrote:
> Hi,
>
> what is the best way to convert our existing "RCS-repository" to SubVersion
> (of course, without loosing all the history information)?
[...]

Copy your RCS *,v files into a directory structure that looks like a
CVS repository. For example:
        export CVSROOT=/tmp/fakecvs
        mkdir -p /tmp/fakecvs/path/to/project/dir
        cp /path/to/project/dir/RCS/*,v /tmp/fakecvs/path/to/project/dir
        ... [do this for all your RCS files]

Then use a tool like cvs2svn (cvs2svn.tigris.org) to import the "CVS"
repository into Subversion.

T

-- 
Many supposed solutions to social problems are only replacing one problem
with another.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 17 18:33:12 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.