[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: J2EE JSP/Servlet Project Source Repository Layout

From: Eric Martin <subversion_at_emalbum.com>
Date: 2005-02-07 21:59:19 CET

> A clarification:
>
> In your repository you would have:
>
> erics_cool_web_app
> branches
> tags
> trunk
> build.xml
> docs
> ...
>
> On disk you would have:
>
> erics_cool_web_app
> build.xml
> docs
> ...
>
> Hope that helps,
> Craig
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

Thanks Craig. This is what I have so far:
<repos name>
    applications
        <j2ee-web-project-name>
            branches
            tags
            trunk
                <best-practice-j2ee-web-project-layout-goes-here>

    commons
    external (vendor)

Any suggestions for <best-practice-j2ee-web-project-layout-goes-here>?
Perhaps:
            trunk
                build
                src
                webapps
                    WEB-INF

Any thoughts?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 7 22:01:35 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.