[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: Bob Proulx <bob_at_proulx.com>
Date: 2005-08-18 19:00:53 CEST

Janelle Janish wrote:
> Does Subversion have a way to convert a cvs working copy to a svn
> working copy? I am transitioning our code repository from CVS to
> Subversion, and don't wish to require all working copies to be
> re-checked out.

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

Bob

---------------------------------------------------------------------
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:04:20 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.