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

Re: Convert cvs working copy to svn working copy?

From: Patrick Burleson <pburleson_at_gmail.com>
Date: 2005-08-18 19:07:29 CEST

On 8/18/05, Bob Proulx <bob@proulx.com> wrote:
>
> Yes. The tool is called cvs2svn. You can read about it in the book
> here:
>
> http://svnbook.red-bean.com/en/1.1/apas11.html
>
> For one example, on my Debian machine it may be installed with the
> following command:
>
> apt-get install cvs2svn
>
> Then used like this:
>
> cvs2svn --fs-type=fsfs -s /path/to/new-svn-repos /path/to/old-cvs-repos
>

Unfortunately that's not what's being asked for. That would convert a
CVS repository to a SVN one.

As for converting a working copy, I don't know of any tool that does
that. The CVS and SVN working copy formats are very different. I don't
think it would be wise to try and convert them.

Is there a reason, other than not wanting to do it, to not just
recheckout? It should be a fairly starightforward process and you'll
only have to do it once. Whereas some conversion tool might mess up
and force you to do it over and over and over.

Patrick

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 18 19:17:08 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.