DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: Oracle code version control

  1. #1
    Join Date
    Sep 2000
    Posts
    77
    Does anyone know any oracle tool which maintains code for different releases of an application like version control. Please advise
    Thanks

  2. #2
    Join Date
    Apr 2000
    Posts
    126

    Wink Oracle code version control

    Do you mean version control for code that you have written? Try PVCS.

  3. #3
    Join Date
    Jun 2000
    Posts
    417
    I'm not sure if there's one built into or that can be integrated with Oracle, but there are a lot around depending on your environment. On unix CVS and SCCS are both used frequently. CVS is based on RCS and has a lot of added features, including network support so you can check out files remotely. There is a windows interface called WinCVS which can connect to the server so users just need to use a windows app, and a Web interface written in Perl called CVSWeb.

    On Windows the only one I know of offhand is Source Safe and I haven't had much experience with it, but know it was used at a very large company I used to work for so it can't be all bad.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width