Menu

CVS comments in files

2004-06-16
2004-06-16
  • David Fishburn

    David Fishburn - 2004-06-16

    I notice this is at the top of the test/*/sample files:

    --
    -- $Id: schema.sql,v 1.2 2003/05/24 18:43:17 spal Exp $
    -- $Source: /cvsroot/sqlunit/sqlunit/test/informix/schema.sql,v $

    I am a CVS novice.
    Does CVS automatically add those to each file, or do I have to do that for all the test/ASA files I am creating?

    Thanks,
    Dave

     
    • Sujit Pal

      Sujit Pal - 2004-06-16

      Hi Dave,

      CVS does not automatically put these in, but it does automatically update it each time you check in if you have the tags setup. To set up the tags, just put the following:
      $Id$
      $Source$

      within a comment block. I prefer to put these at the top of the file. In any case, when you are done with the tests, and send these to me for checking in, I will probably put them in myself in anyway.

      -sujit

       

Log in to post a comment.