Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Any good product / option for Source code control

RE: Any good product / option for Source code control

From: Jeff Herrick <jherrick_at_igs.net>
Date: Wed, 07 Jan 2004 11:29:29 -0800
Message-ID: <F001.005DC00E.20040107112929@fatcity.com>

PVCS is a nice tool, especially when combined with PVCSTracker for change management. VSS (Visual SourceSafe) and PVCS offer similar capabilities when compared side-by-side. PVCS has an (optional) promotion model that VSS doesn't have (although VSS Labels can 'fake' it). Both tools have a command line capability contrary to Steven's note. PVCS has an API that is callable from 'roll-your-own' tools which is fairly cool of you want to write a lot of C/C++ code. VSS on the other hand has an exposed API that is callable from VBScript as an Active-X object....so that you can automate pushes through Active Server Pages and the like (been there..done that!).

They're both nice tools....but they're just _tools_ . You need to figure out how to best use them before you roll them out.

HTH Jeff Herrick

On Wed, 7 Jan 2004 Stephen.Lee_at_DTAG.Com wrote:

>
> PVCS
>
> http://www.softlanding.com/merant/vm.htm
>
> I used this back when it was Intersolv that owned it. One useful thing
> about it was that the command line interface was well implemented so scripts
> to automate check in, check out, software builds, etc. could be written (and
> were written).
>
> -----Original Message-----
> I am looking for any good product/option for centralized source code
> control.
>
> Any pointer or experiences shall be appreciated.
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: <Stephen.Lee_at_DTAG.Com
> INET: Stephen.Lee_at_DTAG.Com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Jeff Herrick
  INET: jherrick_at_igs.net

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Wed Jan 07 2004 - 13:29:29 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US