Hi

I got the requirement to fix a script which automatically commits a huge list of regex-matched files into SVN on a daily basis.

My clients idea is that he can't trust his "programmers" to do it manually. (please don't ask)

The Perl script is rather messy, uses run3 to call CLI commands and regularly fails on locked files from interrupted commits("cleanup" necessary) or time stamp conflicts (i.e. someone copied an older version in place) and other things.

I'm wondering if someone already solved this requirement in a reliable way, preferably on CPAN, helping me to avoid reinventing a wheel or fixing this polygonal pseudo-wheel.

FWIW: I already suggested to additionally use GIT for skilled disciplined developers!

Please avoid bashing me for the requirements of my client... ;-)

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!


In reply to Daily bruteforced SVN commits by LanX

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.