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?