Code Repository

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Code Repository

  • Creator
    Topic
  • #47748
    Nick Schneider
    Participant

      We are looking into implementing some sort of a code repository and were wondering if anyone else out there is using one and what that might be.  We would like to have the ability to track changes, track who checked out and checked in code and what changes they made.  Would also like some sort of basic security on the code repository.  Does anyone have any suggestions.

      Solaris 5.8

      Cloverleaf 5.2.1

    Viewing 2 reply threads
    • Author
      Replies
      • #56614
        Brian Goad
        Participant

          Nick,

          We use MS Visual Source Safe for that functionality. It works great, a little expensive though. We can review two different dates of code and quickly determine what changes took place, etc.

          Hope that helps,

          Brian

        • #56615
          Joe Halbrook
          Participant

            Nick,

            I’d Google “Visual Source Safe” (omit the ticks) to see if that will work for you.  Also, you might look into NGSource 3 at: http://www.ngsource.com

            Joe

          • #56616
            Richard Hart
            Participant

              Nick.

              We currenlty use CVS (we used RCS before a server migration) and this allows us to keep track of all the code and more usefully, we can display the revisions on the code that we use and check that it is the correct revision.

              Note that we perform almost all of our translations in TCL

              eg

              11:22:40 TEST :INFO : RCS Info $Id: ccm_xlate_ult.tcl,v 1.10 2005/05/12 05:56:37 he62180 Exp $

              11:22:40 TEST :INFO : RCS Info $Id: gen_library.tcl,v 1.29 2005/01/10 06:46:44 he00387 Exp $

              11:22:40 TEST :INFO : RcsVerChk min = 1.28

              11:22:40 TEST :INFO : RcsVerChk chk = 1.29

              11:22:41 TEST :INFO : RCS Info $Id: ccm_library.tcl,v 1.6 2005/05/05 02:04:00 he00387 Exp $

              11:22:41 TEST :INFO : RcsVerChk min = 1.6

              11:22:41 TEST :INFO : RcsVerChk chk = 1.6

              11:22:41 TEST :INFO : MODE = start; CONTEXT = sms_ib_data; APPL = ult; LEVEL = test; SITE = nt; DATA = ult; FLOW = in

              11:22:41 TEST :INFO : Load the Configuration file

              11:22:41 TEST :INFO : RCS Info $Id: ccm_tables_ult.tcl,v 1.2 2005/01/07 01:45:32 he00387 Exp $

              11:22:41 TEST :INFO : RcsVerChk min = 1.1

              11:22:41 TEST :INFO : RcsVerChk chk = 1.2

              11:22:41 TEST :INFO : RCS Info $Id: ccm_tables_ult_NT.tcl,v 1.1 2004/12/24 03:55:13 he00197 Exp $

              11:22:41 TEST :INFO : RcsVerChk min = 1.1

              11:22:41 TEST :INFO : RcsVerChk chk = 1.1

              11:22:41 TEST :INFO : RCS Info $Id: ccm_tables_bucket.tcl,v 1.2 2005/04/22 05:33:52 he00387 Exp $

              11:22:41 TEST :INFO : RcsVerChk min = 1.1

              11:22:41 TEST :INFO : RcsVerChk chk = 1.2

          Viewing 2 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.