John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:

Is there an abstract interface for version control systems that people support by having concrete implementations for various systems?

I'd like to write scripts that check out files and things like that, and have my own code for things we've used here. I need to change a script from using one system to another.

Has someone already done something like this? If not, can someone suggest what a good general interface would look like that I could adapt to Perl?

—John

  • Comment on Want an abstract Perl interface for version control systems

Replies are listed 'Best First'.
Re: Want an abstract Perl interface for version control systems
by perrin (Chancellor) on Nov 20, 2002 at 21:51 UTC
      Interesting.

      It only browses, though: it doesn't check in, check out, etc. Maybe he has some good ideas, though.

        It's the closest thing out there right now. There might be some discussion on the mailing list about why it doesn't support check in/check out yet.