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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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