-----Original
Message-----
From: ros-dev-bounces(a)reactos.com
[mailto:ros-dev-bounces@reactos.com] On Behalf Of Sylvain Petreolle
Sent: 16. december 2004 11:09
To: Jason Filby; ReactOS Development List
Subject: Re: [ros-dev] Subversion Migration Plan
--- Jason Filby <jason.filby(a)gmail.com> a écrit :
Hi all
We're moving from CVS to SVN (Subversion) and here's the plan:
* A two week testing period starts now! Please play around with the
new setup and report any bugs to Casper Hornstrup
(chorns(a)reactos.com). You will also need to email Casper for him to
create an account for you. Your SVN username must be the
same as your
CVS username for auditability.
Is there an easy way to migrate a CVS tree to a SVN one ?
I already know I can do a CVS diff with my existing tree, but
I don't know SVN and therefore there could be another method.
=====
Sylvain Petreolle (spetreolle_at_users_dot_sourceforge_dot_net)
humans are like computers,
yesterday the BIOS was all
- today its just a word
You want to transfer your local changes in your CVS working copy
to a Subversion working copy? I only know of two methods. One is
to commit your changes to CVS and then wait for the migration to
happen, and then checkout a Subversion working copy. The other is
to use cvs diff and GNU patch.
Casper