You're right, subversion only works on folder paths. The only way would be to 
use -N. So the trick would be to detect if the current pom is an enclosing 
project (ie: contains a <modules> section) and make it non recursive by default 
(can be overridden later)

Patrick

-----Original Message-----
From: Wendy Smoak <[EMAIL PROTECTED]>
Sent: Wednesday, January 23, 2008 10:42am
To: continuum-users@maven.apache.org, [EMAIL PROTECTED]
Subject: Re: Recursive maven projects

On Jan 23, 2008 11:37 AM, Patrick Shea <[EMAIL PROTECTED]> wrote:

> Well, it's pretty similar, it means don't run the command (maven: 
> compile,deploy, etc and subversion: co,up etc) recursively.
>
> If there was a way to exclude from the scm command all sub projects declared 
> in the <modules> section that would do the trick. anything else left would be 
> considered legitimate.

How do you propose to tell Subversion to check out "the contents of
this directory and the 'src' subdirectory, but none of the other
subdirectories" ?

-- 
Wendy


Reply via email to