HvD: In the CVS era the $Id: $ tags in the source code files would

automatically be expanded to include useful information about the
checkin (including the file's revision number). With the switch over
to SVN this was lost because SVN only does this expansion if you 
explicitly ask for it (for every single file). 

I have added a script to the contrib directory that sets the appropriate
property to get SVN to do this expansion. This script will make it easy
to do this every time new source files are added. It is called
svn_expand_Id, the script contains some comments that explain the issue
and how it addresses this.  

This checkin sets this property for a subset of the relevant files
(trying to commit all files at once failed with svn crashing). 
In future the script will only affect those files for which the property
was not set before.
This commit is contained in:
Huub Van Dam 2010-10-29 18:04:21 +00:00
parent 7155096845
commit 97f303e6f8
1774 changed files with 1875 additions and 1869 deletions

View file

@ -1,4 +1,4 @@
#$Id: GNUmakefile,v 1.47 2000-03-21 21:28:18 d3g681 Exp $
#$Id$
OBJ = rjhtest.o raktest.o raktest_semi.o debtest.o raktestc.o \
rak18.o rak19.o rak20.o rak21.o rak22.o rak23.o rak24.o \

View file

@ -25,7 +25,7 @@ c... (refers to matrix after possible transpose)
c... ld : leading dimensions
c
*
* $Id: cct_UHF.F,v 1.11 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
implicit none
#include "util.fh"

View file

@ -1,5 +1,5 @@
*
* $Id: cct_table_uhf.fh,v 1.3 1999-07-28 00:42:13 d3e129 Exp $
* $Id$
*
c
c... cct_table_uhf

View file

@ -1,5 +1,5 @@
Logical Function DEBTest(RTDB)
C$Id: debtest.F,v 1.5 1996-03-15 22:04:26 gg502 Exp $
C$Id$
Implicit NONE
Integer RTDB
Logical Status

View file

@ -1,5 +1,5 @@
*
* $Id: gaussq_netlib.F,v 1.5 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
* ======================================================================
* NIST Guide to Available Math Software.

View file

@ -1,6 +1,6 @@
logical function jvltest(rtdb)
*
* $Id: jvltest.F,v 1.10 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
* calling routine for CCSD(T) trials
*
implicit none

View file

@ -1,4 +1,4 @@
c $Id: kgdtest.F,v 1.12 2003-10-17 22:54:39 carlfahl Exp $
c $Id$
logical function kgdtest (rtdb)
implicit none
#include "mafdecls.fh"

View file

@ -1,5 +1,5 @@
*
* $Id: rak18.F,v 1.6 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
logical function task_computeSld(rtdb)
implicit none

View file

@ -1,5 +1,5 @@
*
* $Id: rak19.F,v 1.2 1999-07-28 00:42:14 d3e129 Exp $
* $Id$
*
logical function task_printSOints(rtdb)
implicit none

View file

@ -1,6 +1,6 @@
logical function task_pderiv(rtdb)
*
* $Id: rak20.F,v 1.9 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
***********************************************************************
* This is about the nuclear coordinate derivatives of multicenter

View file

@ -1,5 +1,5 @@
*
* $Id: rak21.F,v 1.6 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
logical function task_dddd(rtdb)
implicit none

View file

@ -1,5 +1,5 @@
*
* $Id: rak22.F,v 1.7 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
logical function task_accy(rtdb)
implicit none

View file

@ -1,5 +1,5 @@
*
* $Id: rak23.F,v 1.10 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
logical function raktask_intdd(rtdb)
* test the second derivative integrals api

View file

@ -1,5 +1,5 @@
*
* $Id: rak24.F,v 1.6 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
logical function raktask_ecppe(rtdb)
*

View file

@ -1,7 +1,7 @@
logical function task_ecp_deriv_check(rtdb)
implicit none
#include "errquit.fh"
* $Id: rak25.F,v 1.7 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
c
#include "stdio.fh"
#include "mafdecls.fh"

View file

@ -1,7 +1,7 @@
logical function task_ecp_print_integrals(rtdb)
implicit none
#include "errquit.fh"
* $Id: rak26.F,v 1.5 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
c
#include "stdio.fh"
#include "mafdecls.fh"

View file

@ -1,7 +1,7 @@
logical function task_hondo_deriv_check(rtdb)
implicit none
#include "errquit.fh"
* $Id: rak27.F,v 1.5 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
c
c For testing hondo gradient integrals. It is currently set up to test
c the potential derivative integrals. Comments are sprinkled through the

View file

@ -1,5 +1,5 @@
*
* $Id: rak28.F,v 1.3 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
logical function raktask_geomcalc(rtdb)
*test geom calc stuff

View file

@ -1,6 +1,6 @@
logical function raktask_fullsc(rtdb)
*
* $Id: rak29.F,v 1.8 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
implicit none
#include "errquit.fh"

View file

@ -1,5 +1,5 @@
*
* $Id: rak30.F,v 1.7 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
logical function raktask_intdd_3c(rtdb)
implicit none

View file

@ -1,5 +1,5 @@
*
* $Id: rak31.F,v 1.3 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
logical function rak_justrunvib(rtdb)
implicit none

View file

@ -1,7 +1,7 @@
logical function raktest(rtdb)
implicit none
#include "errquit.fh"
c $Id: raktest.F,v 1.96 2003-10-17 22:54:39 carlfahl Exp $
c $Id$
#include "mafdecls.fh"
#include "rtdb.fh"
#include "context.fh"

View file

@ -1,6 +1,6 @@
#if defined(SEMI)
subroutine raktest_semi(rtdb)
* $Id: raktest_semi.F,v 1.4 1996-03-20 23:49:36 vg422 Exp $
* $Id$
implicit none
#include "inp.fh"
#include "rtdb.fh"

View file

@ -1,5 +1,5 @@
/*
$Id: raktestc.c,v 1.6 2000-07-27 16:03:08 bjohnson Exp $
$Id$
*/
#include "typesf2c.h"

View file

@ -1,5 +1,5 @@
*
* $Id: rjhfileinfo.fh,v 1.2 1999-07-28 00:42:15 d3e129 Exp $
* $Id$
*
c
c Common supporting files for triples files.

View file

@ -1,6 +1,6 @@
logical function rjhtest(rtdb)
*
* $Id: rjhtest.F,v 1.25 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
implicit none
#include "errquit.fh"

View file

@ -1,6 +1,6 @@
logical function jvltest2(rtdb)
*
* $Id: rjhtrans.F,v 1.9 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
implicit none
#include "errquit.fh"

View file

@ -1,6 +1,6 @@
logical function uccsdtest(rtdb)
*
* $Id: uccsdtest.F,v 1.22 2003-10-17 22:54:39 carlfahl Exp $
* $Id$
*
implicit none
#include "errquit.fh"