I second Anneq's suggestion to use CVS (I've heard good things about subversion too, but I have no personal experience with it).

Personally I can't seem to get used to EPIC, but Eclipse does have some really funky CVS integration. If you want something a little "lighter", try TortoiseCVS - it integrates into the win32 explorer, so it's easy to use and works well.

The CVS client/server model can help with deployment and it will make it a lot easier to have more than one developer working on a project, with each programmer having their own development sandbox. This means everyone can run his/her own server to test on and changes only get committed to the repository after they get tested on the developer's box.

I'd strongly recommend you set up a webserver for each developer on their own machine. You want to keep the write/run/debug cycle short, and time spend moving files about is time waisted. (Another possibility is to put the sandboxes on a shared directory on another machine, but remember that people will want to reconfigure the webserver and/or reboot the machine)


In reply to Re^2: Perl/CGI Development on Win32 in 2004 by Joost
in thread Perl/CGI Development on Win32 in 2004 by deep submerge

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.