quick way to transition a cvs checkout to svn?

2005-10-28 Thread Paolo Bonzini
Is there a quick way to turn a CVS checkout to SVN, other than making a 
patch and applying to a fresh SVN checkout?


By the way, it could be a good thing to tag the SVN repository revision 
corresponding to the transition.


Paolo


Re: quick way to transition a cvs checkout to svn?

2005-10-28 Thread Giovanni Bajo
Paolo Bonzini <[EMAIL PROTECTED]> wrote:

> Is there a quick way to turn a CVS checkout to SVN, other than making a
> patch and applying to a fresh SVN checkout?

I believe cvs diff | patch is the only way, maybe Daniel knows better. Is
there a specific problem with this?
-- 
Giovanni Bajo



Re: quick way to transition a cvs checkout to svn?

2005-10-28 Thread Daniel Berlin
On Fri, 2005-10-28 at 12:31 +0200, Giovanni Bajo wrote:
> Paolo Bonzini <[EMAIL PROTECTED]> wrote:
> 
> > Is there a quick way to turn a CVS checkout to SVN, other than making a
> > patch and applying to a fresh SVN checkout?
> 
> I believe cvs diff | patch is the only way, maybe Daniel knows better. Is
> there a specific problem with this?
No, there is no better way, unfortunately.