[Fusionforge-commits] r7022 - in trunk/gforge/db: . SQL_2.6

Roland Mas lolando at libremir.placard.fr.eu.org
Fri Feb 20 15:25:09 CET 2009


Author: lolando
Date: 2009-02-20 15:25:09 +0100 (Fri, 20 Feb 2009)
New Revision: 7022

Modified:
   trunk/gforge/db/20021213_doc_data-migrate.php
   trunk/gforge/db/20040826_migrateforum.php
   trunk/gforge/db/20040826_migraterbac.php
   trunk/gforge/db/20050127-frs-reorg.php
   trunk/gforge/db/20050325-2.php
   trunk/gforge/db/20050617.php
   trunk/gforge/db/20050804-2.php
   trunk/gforge/db/SQL_2.6/dbusers.sql
   trunk/gforge/db/SQL_2.6/replicate.sh
   trunk/gforge/db/SQL_2.6/replication-master.sql
   trunk/gforge/db/SQL_2.6/replication-slave.sql
   trunk/gforge/db/SQL_2.6/replication.plan
Log:
Removed CVS/SVN keywords

Modified: trunk/gforge/db/20021213_doc_data-migrate.php
===================================================================
--- trunk/gforge/db/20021213_doc_data-migrate.php	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/20021213_doc_data-migrate.php	2009-02-20 14:25:09 UTC (rev 7022)
@@ -5,8 +5,6 @@
  * Data migration for the doc_manager - between pre6 and pre7
  *
  * Copyright 2002 (c) GFORGE LLC
- *
- * @version   $Id$
  */
 
 require $gfwww.'include/squal_pre.php';

Modified: trunk/gforge/db/20040826_migrateforum.php
===================================================================
--- trunk/gforge/db/20040826_migrateforum.php	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/20040826_migrateforum.php	2009-02-20 14:25:09 UTC (rev 7022)
@@ -6,8 +6,6 @@
  * Copyright 2004 GForge, LLC
  * http://gforge.org/
  *
- * @version   $Id$
- *
  * This file is part of GForge.
  *
  * GForge is free software; you can redistribute it and/or modify

Modified: trunk/gforge/db/20040826_migraterbac.php
===================================================================
--- trunk/gforge/db/20040826_migraterbac.php	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/20040826_migraterbac.php	2009-02-20 14:25:09 UTC (rev 7022)
@@ -6,8 +6,6 @@
  * Copyright 2004 GForge, LLC
  * http://gforge.org/
  *
- * @version   $Id$
- *
  * This file is part of GForge.
  *
  * GForge is free software; you can redistribute it and/or modify

Modified: trunk/gforge/db/20050127-frs-reorg.php
===================================================================
--- trunk/gforge/db/20050127-frs-reorg.php	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/20050127-frs-reorg.php	2009-02-20 14:25:09 UTC (rev 7022)
@@ -6,8 +6,6 @@
  * Copyright 2004 GForge, LLC
  * http://gforge.org/
  *
- * @version   $Id$
- *
  * This file is part of GForge.
  *
  * GForge is free software; you can redistribute it and/or modify

Modified: trunk/gforge/db/20050325-2.php
===================================================================
--- trunk/gforge/db/20050325-2.php	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/20050325-2.php	2009-02-20 14:25:09 UTC (rev 7022)
@@ -6,8 +6,6 @@
  * Copyright 2004 GForge, LLC
  * http://gforge.org/
  *
- * @version   $Id$
- *
  * This file is part of GForge.
  *
  * GForge is free software; you can redistribute it and/or modify

Modified: trunk/gforge/db/20050617.php
===================================================================
--- trunk/gforge/db/20050617.php	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/20050617.php	2009-02-20 14:25:09 UTC (rev 7022)
@@ -6,8 +6,6 @@
  * Copyright 2004 GForge, LLC
  * http://gforge.org/
  *
- * @version   $Id$
- *
  * This file is part of GForge.
  *
  * GForge is free software; you can redistribute it and/or modify

Modified: trunk/gforge/db/20050804-2.php
===================================================================
--- trunk/gforge/db/20050804-2.php	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/20050804-2.php	2009-02-20 14:25:09 UTC (rev 7022)
@@ -6,8 +6,6 @@
  * Copyright 2004 GForge, LLC
  * http://gforge.org/
  *
- * @version   $Id$
- *
  * This file is part of GForge.
  *
  * GForge is free software; you can redistribute it and/or modify

Modified: trunk/gforge/db/SQL_2.6/dbusers.sql
===================================================================
--- trunk/gforge/db/SQL_2.6/dbusers.sql	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/SQL_2.6/dbusers.sql	2009-02-20 14:25:09 UTC (rev 7022)
@@ -3,8 +3,6 @@
 --	Copyright 1999-2001 (c) VA Linux Systems
 --	http://sourceforge.net
 --
---	$Id$	
---
 
 CREATE USER backend WITH PASSWORD 'xxxxx' NOCREATEDB NOCREATEUSER;
 

Modified: trunk/gforge/db/SQL_2.6/replicate.sh
===================================================================
--- trunk/gforge/db/SQL_2.6/replicate.sh	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/SQL_2.6/replicate.sh	2009-02-20 14:25:09 UTC (rev 7022)
@@ -4,8 +4,6 @@
 # Copyright 1999-2001 (c) VA Linux Systems
 # http://sourceforge.net 
 #
-# $Id$	
-#
 
 MasterInit alexandria
 SlaveInit --host=sf-db2 stats

Modified: trunk/gforge/db/SQL_2.6/replication-master.sql
===================================================================
--- trunk/gforge/db/SQL_2.6/replication-master.sql	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/SQL_2.6/replication-master.sql	2009-02-20 14:25:09 UTC (rev 7022)
@@ -3,8 +3,6 @@
 --	Copyright 1999-2001 (c) VA Linux Systems
 --	http://sourceforge.net
 --
---	$Id$	
---
 
 COPY stats_site WITH OIDS TO '/home/tperdue/dumpfiles/stats_site.dump';
 COPY stats_project WITH OIDS TO '/home/tperdue/dumpfiles/stats_project.dump';

Modified: trunk/gforge/db/SQL_2.6/replication-slave.sql
===================================================================
--- trunk/gforge/db/SQL_2.6/replication-slave.sql	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/SQL_2.6/replication-slave.sql	2009-02-20 14:25:09 UTC (rev 7022)
@@ -3,8 +3,6 @@
 --	Copyright 1999-2001 (c) VA Linux Systems
 --	http://sourceforge.net
 --
---	$Id$	
---
 
 CREATE TABLE "stats_site" (
         "month" integer,

Modified: trunk/gforge/db/SQL_2.6/replication.plan
===================================================================
--- trunk/gforge/db/SQL_2.6/replication.plan	2009-02-20 14:24:59 UTC (rev 7021)
+++ trunk/gforge/db/SQL_2.6/replication.plan	2009-02-20 14:25:09 UTC (rev 7022)
@@ -3,8 +3,6 @@
 # Copyright 1999-2001 (c) VA Linux Systems
 # http://sourceforge.net
 #
-# $Id$	
-#
 
 Replicate Tables:
 




More information about the Fusionforge-commits mailing list