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

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Star Team SDK
by gellyfish (Monsignor) on Jul 22, 2004 at 10:01 UTC

    I think you meant to ask "Are there any particular disadvantages to using Star Team for revision control for Perl projects", to which I have no particular answer except that most people would tend to choose an open source revision control system such as CVS or Subversion, with the balance of preference going toward Subversion these days.

    BTW. The Star Team SDK is Java Oriented, not much use to a Perl programmer

    /J\

      BTW. The Star Team SDK is Java Oriented, not much use to a Perl programmer

      Java and Perl are not mutually exclusive. Quoting from the first match from googling star-team sdk:

      The StarTeam SDK was originally written in Java. A COM wrapper provides support for languages such as Visual Basic, C++, ASP, PHP, ColdFusion, Delphi and others. Developers should select the language that they are most comfortable developing in.

      So I'd think that posting to a Perl site regarding it was likely because someone was "most comfortable developing in" Perl, which is certainly capable of using a COM interface.

      And even if they somehow managed to produce a StarTeam SDK that prevented you from using anything but Java with it, it would still be useful for managing the source code for Perl projects.

      We put our Perl projects into StarTeam, but we don't use the StarTeam SDK, just the usual GUI client and some of standard CLI clients (often launched from Perl scripts). The original question was too broad/vague for me to offer any response to it, however.

      - tye        

Re: Star Team SDK
by Anonymous Monk on Jul 22, 2004 at 16:40 UTC
    I have never heard of it. But if it is a Borland product is probably worthless crap. IMHO
      LOL, it is pretty crappy. Unfortunately I inherited a build system that uses Star Team for source control so I'm stuck with it till our license is up. I'm actively looking into other options but need to work with it for the moment so I'm exploring the SDK. Thanks for your humble opinion.