Hi all,
 I'm created a multi project build using subversion for source
control.  I've used CVS in the past, so I'm a bit confused as to how I
need to layout the repository for a multiproject release in
subversion.  Here are the two options as I see them, which one should
I use to perform a release from the parent pom?

Option 1 (I think this is correct)


myrepo  +
            +branches
            +tags
            +trunk
            +--pom.xml(parent)
            +-- proj A (component)
            +-- proj B (component)

Option 2 (I'm not sure how the parent pom would tag the whole release this way)


myrepo +
           +pom.xml
            +Proj A(component)
            +--branches
            +--tags
            +--trunk
            +Proj B (component, same structure as proj A)

Thanks,
Todd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to