Two CVS projects into one SVN project

Posted by komunca on Stack Overflow See other posts from Stack Overflow or by komunca
Published on 2010-04-22T23:29:19Z Indexed on 2010/04/22 23:33 UTC
Read the original article Hit count: 238

Filed under:
|
|

I have two CVS projects, which I maintain in Eclipse. I check out first project, and for second project I use "checkout in existing project" option, so I'm able to maintain two CVS projects into one Eclipse project. Doing this I'm able to Tag both projects with the same tag,etc.

And know, time has come to start using SVN. I was able to create two separate CVS dump files, and when I used svnadmin to load then into SVN repository, I wasn't able to keep the structure I had in CVS!

So, when i import both dump seperatly into SVN I get the following structure:

ProjA - brancher tags trunk

ProjB bracnches tags trunk

In CVS I was able to have ProjB as a child folder of the ProjA trunk!

Is there any way to implement this using SVN?

© Stack Overflow or respective owner

Related posts about cvs

Related posts about svn