info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS in parallel with SVN - any advice?


From: Spiro Trikaliotis
Subject: Re: CVS in parallel with SVN - any advice?
Date: Fri, 11 Nov 2005 07:08:12 +0100
User-agent: Mutt/1.5.9i

Hello,

* On Fri, Nov 11, 2005 at 02:24:22AM +0000 Pierre Asselin wrote:
> Brocha Strous <address@hidden> wrote:
> 
[SVN and CVS in parallel]
 
> I would install a subversion client on one machine and use it to get
> snapshots of the foreign library.  I would then import these snapshot
> on a CVS vendor branch, just as if they were released tarballs.  I
> don't know what a svn sandbox looks like, you may need to add some
> "-I" options to your cvs import command to skip the svn metadata.

svn stores its metadata in .svn/ directories (like the CVS/ directory),
thus, -I .svn should suffice.

Anyway, I think the OP wants to be able to commit both to SVN and CVS
from one sandbox, right? This might work, if you checkout your
"upstream" SVN and check that in into CVS. I think importing the .svn/
directories into CVS, too, might make sense to be able to update the SVN
sandbox from every checked out CVS sandbox.

Now, if you want to get a new SVN version, just update it (svn up) and
commit it into cvs (cvs commit).

As told, I have not checked this in practice, but I believe this should
work. Anyway, I am not sure if I would use it that way. Pierre's
suggestion might be better.

Regards,
   Spiro.

-- 
Spiro R. Trikaliotis                              http://cbm4win.sf.net/
http://www.trikaliotis.net/                     http://www.viceteam.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]