You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Spilker, Jörg" <Jo...@sla.niedersachsen.de> on 2010/05/27 07:50:42 UTC

How to replace CVSROOT/modules features by svn

Hello,

I have to migrate some cvs repositories to svn. With cvs we used the
CVSROOT/modules file to define modules and submodules. A typical example
maybe

Project1 Project1Source &Headers
Project2 Project2source &Headers

Checking out Project1 now results in Project1Source checked out and also
Headers checked out on the root of Project1Source.

Is this possible with svn? If not, are there any suggestions for a
workaround.

Greetings, Jörg

Re: How to replace CVSROOT/modules features by svn

Posted by Erik Andersson <ki...@gmail.com>.
Svn externals?

http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html

<http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html>Cheers /
Erik

On Thu, May 27, 2010 at 9:50 AM, "Spilker, Jörg" <
Joerg.Spilker@sla.niedersachsen.de> wrote:

>  Hello,
>
> I have to migrate some cvs repositories to svn. With cvs we used the
> CVSROOT/modules file to define modules and submodules. A typical example
> maybe
>
> Project1 Project1Source &Headers
> Project2 Project2source &Headers
>
> Checking out Project1 now results in Project1Source checked out and also
> Headers checked out on the root of Project1Source.
>
> Is this possible with svn? If not, are there any suggestions for a
> workaround.
>
> Greetings, Jörg
>