Subversion doesn't particularly care about your directory layout, there's no reason you have to change from what you have now.

To elaborate, it's typical to have separate projects at the top level of the repository each in a directory, and beneath this you have directories for different parts of your release cycle, for example /trunk, /branches, /tags. Beneath that, for example in /trunk, you have your project set up exactly the way it's always been set up.

So really this isn't a Perl question: How to set up your directories at the top level down to, for example, /trunk, is a subversion question and there are materials elsewhere that explain that. Beneath this, your directories are whatever you find useful for your project, and this is a Perl concern that has nothing to do with subversion.

If your Perl programs are interdependent in terms of their locations on disk, that complicates matters, but I'm not clear if that's part of your question or not, and anyway that would be a more general Perl question that's not specific to subversion.


In reply to Re: Subversion layout for perl by bellaire
in thread Subversion layout for perl by Fairchild

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.