http://www.perlmonks.org?node_id=861459

loris has asked for the wisdom of the Perl Monks concerning the following question:

Dear All,

As a follow-up to the discussion Perl apps and version control, I would like to know how people deal with multiple, unreleated scripts.

I use SVN and have a single repository with all sorts of stuff in it, varying from LaTeX files to applications in Perl and individual Perl scripts. However, I have been looking at git, mainly because of the advantages of it being a distributed system.

My problem is that for unrelated scripts, the git model suggests to me that each script would have its own git repository. Although this is obviously possible, I wonder how managable this would be in practice.

Does any one have any comments?

Cheers,

loris