On 2/14/07, lightbulb432 <[EMAIL PROTECTED]> wrote:


I have a question about how to combine the structure of source/resource
files
as required by Maven and as suggested by version control. Of course you're
familiar with the Maven structure, and the structure of the version
control
is often PROJECT/{trunk,branches,tags}

How would an example of the hierarchy of source folders and files
therefore
look in the version control repository for source? Would the first level
in
the hierarchy (topmost level) be PROJECT, or would it be
{trunk,branches,tags} further subdivided by project?


I suggest project

You check out $SVNROOT/project1/trunk as "project1"and your IDE should
handle it normally (it then knows how to tag, etc)

You use in there a standard layout for a maven project.

--
Régis

http://regis.decamps.info/

Reply via email to