From a74854dd38cb742b8fdc0d0cda7fff738a95312c Mon Sep 17 00:00:00 2001
From: Thierry Parmentelat
Date: Thu, 25 Oct 2007 20:33:17 +0000
Subject: [PATCH] set svn:keywords property for proper keywords expansion
---
Makefile | 2 +-
ModPython.py | 2 +-
PLC/API.py | 2 +-
PLC/AddressTypes.py | 2 +-
PLC/Auth.py | 2 +-
PLC/BootStates.py | 2 +-
PLC/ConfFiles.py | 2 +-
PLC/Config.py | 2 +-
PLC/EventObjects.py | 2 +-
PLC/Events.py | 2 +-
PLC/Faults.py | 2 +-
PLC/GPG.py | 2 +-
PLC/KeyTypes.py | 2 +-
PLC/Messages.py | 2 +-
PLC/Method.py | 2 +-
PLC/Methods/AddNodeNetworkSetting.py | 2 +-
PLC/Methods/AddNodeNetworkSettingType.py | 2 +-
PLC/Methods/DeleteNodeNetworkSetting.py | 2 +-
PLC/Methods/DeleteNodeNetworkSettingType.py | 2 +-
PLC/Methods/GetNodeNetworkSettingTypes.py | 2 +-
PLC/Methods/GetNodeNetworkSettings.py | 2 +-
PLC/Methods/GetPeerData.py | 2 +-
PLC/Methods/RefreshPeer.py | 2 +-
PLC/Methods/UpdateNodeNetworkSetting.py | 2 +-
PLC/Methods/UpdateNodeNetworkSettingType.py | 2 +-
PLC/NetworkMethods.py | 2 +-
PLC/NetworkTypes.py | 2 +-
PLC/NodeGroups.py | 2 +-
PLC/NodeNetworks.py | 2 +-
PLC/Nodes.py | 2 +-
PLC/PCUs.py | 2 +-
PLC/Parameter.py | 2 +-
PLC/Persons.py | 2 +-
PLC/PostgreSQL.py | 2 +-
PLC/PyCurl.py | 2 +-
PLC/Roles.py | 2 +-
PLC/Shell.py | 2 +-
PLC/SliceInstantiations.py | 2 +-
PLC/Test.py | 2 +-
Server.py | 2 +-
Test.py | 2 +-
doc/DocBook.py | 2 +-
doc/Makefile | 2 +-
php/Makefile | 2 +-
php/header.php | 2 +-
php/methods.py | 2 +-
php/xmlrpc/config.m4 | 2 +-
php/xmlrpc/config.m4.lib64 | 2 +-
php/xmlrpc/config.w32 | 2 +-
php/xmlrpc/libxmlrpc/base64.c | 2 +-
php/xmlrpc/libxmlrpc/encodings.c | 2 +-
php/xmlrpc/libxmlrpc/queue.c | 2 +-
php/xmlrpc/libxmlrpc/simplestring.c | 2 +-
php/xmlrpc/libxmlrpc/xml_element.c | 2 +-
php/xmlrpc/libxmlrpc/xml_element.c.gcc4 | 2 +-
php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c | 2 +-
php/xmlrpc/libxmlrpc/xmlrpc.c | 2 +-
php/xmlrpc/php_xmlrpc.h | 2 +-
php/xmlrpc/xmlrpc-epi-php.c | 2 +-
planetlab4.sql | 2 +-
plcsh | 2 +-
plctest/TestMain.py | 2 +-
psycopg2/scripts/ext2html.py | 2 +-
psycopg2/tests/dbapi20.py | 4 ++--
pycurl/TODO | 2 +-
pycurl/doc/callbacks.html | 2 +-
pycurl/doc/curlmultiobject.html | 2 +-
pycurl/doc/curlobject.html | 2 +-
pycurl/doc/pycurl.html | 2 +-
pycurl/examples/basicfirst.py | 2 +-
pycurl/examples/file_upload.py | 2 +-
pycurl/examples/retriever-multi.py | 2 +-
pycurl/examples/retriever.py | 2 +-
pycurl/examples/xmlrpc_curl.py | 2 +-
pycurl/setup.py | 2 +-
pycurl/setup_win32_ssl.py | 2 +-
pycurl/src/pycurl.c | 2 +-
pycurl/tests/test.py | 2 +-
pycurl/tests/test_cb.py | 2 +-
pycurl/tests/test_debug.py | 2 +-
pycurl/tests/test_getinfo.py | 2 +-
pycurl/tests/test_gtk.py | 2 +-
pycurl/tests/test_internals.py | 2 +-
pycurl/tests/test_memleak.py | 2 +-
pycurl/tests/test_multi.py | 2 +-
pycurl/tests/test_multi2.py | 2 +-
pycurl/tests/test_multi3.py | 2 +-
pycurl/tests/test_multi4.py | 2 +-
pycurl/tests/test_multi5.py | 2 +-
pycurl/tests/test_multi6.py | 2 +-
pycurl/tests/test_multi_vs_thread.py | 2 +-
pycurl/tests/test_post.py | 2 +-
pycurl/tests/test_post2.py | 2 +-
pycurl/tests/test_post3.py | 2 +-
pycurl/tests/test_stringio.py | 2 +-
pycurl/tests/test_xmlrpc.py | 2 +-
pycurl/tests/util.py | 2 +-
refresh-peer.py | 2 +-
setup.py | 2 +-
tests/Makefile | 2 +-
tests/Test.py | 2 +-
tests/TestPeers.py | 2 +-
tools/slice_attributes.py | 2 +-
103 files changed, 104 insertions(+), 104 deletions(-)
diff --git a/Makefile b/Makefile
index 09ab7727..6eba7ee6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2005 The Trustees of Princeton University
#
-# $Id: Makefile 793 2007-08-28 15:21:17Z thierry $
+# $Id$
#
# Metafiles
diff --git a/ModPython.py b/ModPython.py
index a6a424c5..c722114c 100644
--- a/ModPython.py
+++ b/ModPython.py
@@ -5,7 +5,7 @@
# Mark Huang
#
# Copyright (C) 2004-2006 The Trustees of Princeton University
-# $Id: ModPython.py,v 1.4 2007/01/11 22:05:15 mlhuang Exp $
+# $Id$
#
import sys
diff --git a/PLC/API.py b/PLC/API.py
index 5c068485..7fcfa094 100644
--- a/PLC/API.py
+++ b/PLC/API.py
@@ -5,7 +5,7 @@
# Mark Huang
#
# Copyright (C) 2004-2006 The Trustees of Princeton University
-# $Id: API.py,v 1.8 2007/01/05 16:09:09 tmack Exp $
+# $Id$
#
import sys
diff --git a/PLC/AddressTypes.py b/PLC/AddressTypes.py
index 0effbe25..dd6afffd 100644
--- a/PLC/AddressTypes.py
+++ b/PLC/AddressTypes.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: AddressTypes.py,v 1.8 2006/11/09 03:07:42 mlhuang Exp $
+# $Id$
#
from types import StringTypes
diff --git a/PLC/Auth.py b/PLC/Auth.py
index 627eece6..f62b5119 100644
--- a/PLC/Auth.py
+++ b/PLC/Auth.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Auth.py,v 1.17 2007/02/10 18:39:09 mlhuang Exp $
+# $Id$
#
import crypt
diff --git a/PLC/BootStates.py b/PLC/BootStates.py
index 42a5214d..f1bfcf97 100644
--- a/PLC/BootStates.py
+++ b/PLC/BootStates.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: BootStates.py,v 1.6 2006/10/24 20:02:22 mlhuang Exp $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/ConfFiles.py b/PLC/ConfFiles.py
index dbd46f38..63474e31 100644
--- a/PLC/ConfFiles.py
+++ b/PLC/ConfFiles.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: ConfFiles.py,v 1.9 2006/11/09 03:07:42 mlhuang Exp $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/Config.py b/PLC/Config.py
index 97233f0c..6a4a7e22 100644
--- a/PLC/Config.py
+++ b/PLC/Config.py
@@ -6,7 +6,7 @@
# Mark Huang
# Copyright (C) 2004-2006 The Trustees of Princeton University
#
-# $Id: Config.py,v 1.2 2006/09/06 19:15:59 mlhuang Exp $
+# $Id$
#
import os
diff --git a/PLC/EventObjects.py b/PLC/EventObjects.py
index 25df8670..1c6c4bba 100644
--- a/PLC/EventObjects.py
+++ b/PLC/EventObjects.py
@@ -4,7 +4,7 @@
# Tony Mack
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: EventObjects.py 348 2007-05-10 14:13:51Z thierry $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/Events.py b/PLC/Events.py
index ff80efca..c01f5893 100644
--- a/PLC/Events.py
+++ b/PLC/Events.py
@@ -4,7 +4,7 @@
# Tony Mack
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Events.py,v 1.12 2007/02/27 18:52:14 tmack Exp $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/Faults.py b/PLC/Faults.py
index 1b8bd0dd..3c9328e3 100644
--- a/PLC/Faults.py
+++ b/PLC/Faults.py
@@ -5,7 +5,7 @@
# Mark Huang
#
# Copyright (C) 2004-2006 The Trustees of Princeton University
-# $Id: Faults.py,v 1.2 2006/12/07 09:13:55 thierry Exp $
+# $Id$
#
import xmlrpclib
diff --git a/PLC/GPG.py b/PLC/GPG.py
index a393ca74..2499babe 100644
--- a/PLC/GPG.py
+++ b/PLC/GPG.py
@@ -7,7 +7,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: GPG.py,v 1.5 2007/02/01 22:28:12 mlhuang Exp $
+# $Id$
#
import os
diff --git a/PLC/KeyTypes.py b/PLC/KeyTypes.py
index 0092bf74..34df0196 100644
--- a/PLC/KeyTypes.py
+++ b/PLC/KeyTypes.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: KeyTypes.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/Messages.py b/PLC/Messages.py
index 36ff4362..3ec310f5 100644
--- a/PLC/Messages.py
+++ b/PLC/Messages.py
@@ -4,7 +4,7 @@
# Tony Mack
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Messages.py,v 1.4 2006/11/16 17:03:36 mlhuang Exp $
+# $Id$
#
from PLC.Parameter import Parameter
diff --git a/PLC/Method.py b/PLC/Method.py
index 74727952..74dc8621 100644
--- a/PLC/Method.py
+++ b/PLC/Method.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Method.py,v 1.29 2007/08/20 20:31:47 tmack Exp $
+# $Id$
#
import xmlrpclib
diff --git a/PLC/Methods/AddNodeNetworkSetting.py b/PLC/Methods/AddNodeNetworkSetting.py
index b2915a2d..b31aed26 100644
--- a/PLC/Methods/AddNodeNetworkSetting.py
+++ b/PLC/Methods/AddNodeNetworkSetting.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Revision: 90 $
+# $Revision$
#
from PLC.Faults import *
from PLC.Method import Method
diff --git a/PLC/Methods/AddNodeNetworkSettingType.py b/PLC/Methods/AddNodeNetworkSettingType.py
index 8a161120..35a3ca08 100644
--- a/PLC/Methods/AddNodeNetworkSettingType.py
+++ b/PLC/Methods/AddNodeNetworkSettingType.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Revision: 88 $
+# $Revision$
#
diff --git a/PLC/Methods/DeleteNodeNetworkSetting.py b/PLC/Methods/DeleteNodeNetworkSetting.py
index 34dcda25..eae21121 100644
--- a/PLC/Methods/DeleteNodeNetworkSetting.py
+++ b/PLC/Methods/DeleteNodeNetworkSetting.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Revision: 90 $
+# $Revision$
#
from PLC.Faults import *
diff --git a/PLC/Methods/DeleteNodeNetworkSettingType.py b/PLC/Methods/DeleteNodeNetworkSettingType.py
index ec8d2b14..dc52d10b 100644
--- a/PLC/Methods/DeleteNodeNetworkSettingType.py
+++ b/PLC/Methods/DeleteNodeNetworkSettingType.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Revision: 88 $
+# $Revision$
#
from PLC.Faults import *
from PLC.Method import Method
diff --git a/PLC/Methods/GetNodeNetworkSettingTypes.py b/PLC/Methods/GetNodeNetworkSettingTypes.py
index 16eec0a8..10d7b398 100644
--- a/PLC/Methods/GetNodeNetworkSettingTypes.py
+++ b/PLC/Methods/GetNodeNetworkSettingTypes.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Revision: 88 $
+# $Revision$
#
from PLC.Method import Method
from PLC.Parameter import Parameter, Mixed
diff --git a/PLC/Methods/GetNodeNetworkSettings.py b/PLC/Methods/GetNodeNetworkSettings.py
index 1eca4f41..42359cea 100644
--- a/PLC/Methods/GetNodeNetworkSettings.py
+++ b/PLC/Methods/GetNodeNetworkSettings.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Revision: 88 $
+# $Revision$
#
from PLC.Faults import *
from PLC.Method import Method
diff --git a/PLC/Methods/GetPeerData.py b/PLC/Methods/GetPeerData.py
index 346331ab..113fe86c 100644
--- a/PLC/Methods/GetPeerData.py
+++ b/PLC/Methods/GetPeerData.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Id: GetPeerData.py 904 2007-10-08 14:28:06Z thierry $
+# $Id$
import time
diff --git a/PLC/Methods/RefreshPeer.py b/PLC/Methods/RefreshPeer.py
index 6c0444f2..40fb1e28 100644
--- a/PLC/Methods/RefreshPeer.py
+++ b/PLC/Methods/RefreshPeer.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Id: RefreshPeer.py,v 1.23 2007/03/23 19:05:16 thierry Exp $
+# $Id$
import time
diff --git a/PLC/Methods/UpdateNodeNetworkSetting.py b/PLC/Methods/UpdateNodeNetworkSetting.py
index f0ed8deb..bd59879b 100644
--- a/PLC/Methods/UpdateNodeNetworkSetting.py
+++ b/PLC/Methods/UpdateNodeNetworkSetting.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Revision: 90 $
+# $Revision$
#
from PLC.Faults import *
diff --git a/PLC/Methods/UpdateNodeNetworkSettingType.py b/PLC/Methods/UpdateNodeNetworkSettingType.py
index caa0511e..5501c115 100644
--- a/PLC/Methods/UpdateNodeNetworkSettingType.py
+++ b/PLC/Methods/UpdateNodeNetworkSettingType.py
@@ -1,7 +1,7 @@
#
# Thierry Parmentelat - INRIA
#
-# $Revision: 88 $
+# $Revision$
#
from PLC.Faults import *
from PLC.Method import Method
diff --git a/PLC/NetworkMethods.py b/PLC/NetworkMethods.py
index a3d306b8..41ccfabc 100644
--- a/PLC/NetworkMethods.py
+++ b/PLC/NetworkMethods.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: NetworkMethods.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/NetworkTypes.py b/PLC/NetworkTypes.py
index bab7af8b..f3a032fc 100644
--- a/PLC/NetworkTypes.py
+++ b/PLC/NetworkTypes.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: NetworkTypes.py,v 1.3 2006/10/24 20:02:22 mlhuang Exp $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/NodeGroups.py b/PLC/NodeGroups.py
index 3b00bc60..cc2a44cb 100644
--- a/PLC/NodeGroups.py
+++ b/PLC/NodeGroups.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: NodeGroups.py,v 1.18 2006/11/09 03:07:42 mlhuang Exp $
+# $Id$
#
from types import StringTypes
diff --git a/PLC/NodeNetworks.py b/PLC/NodeNetworks.py
index 52f688f6..47e091d7 100644
--- a/PLC/NodeNetworks.py
+++ b/PLC/NodeNetworks.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: NodeNetworks.py 793 2007-08-28 15:21:17Z thierry $
+# $Id$
#
from types import StringTypes
diff --git a/PLC/Nodes.py b/PLC/Nodes.py
index 517a16aa..87f0d1c9 100644
--- a/PLC/Nodes.py
+++ b/PLC/Nodes.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Nodes.py 800 2007-08-30 03:49:35Z thierry $
+# $Id$
#
from types import StringTypes
diff --git a/PLC/PCUs.py b/PLC/PCUs.py
index e1cf6ca7..563acf97 100644
--- a/PLC/PCUs.py
+++ b/PLC/PCUs.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: PCUs.py,v 1.9 2006/11/09 03:07:42 mlhuang Exp $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/Parameter.py b/PLC/Parameter.py
index 23074836..fc25b93a 100644
--- a/PLC/Parameter.py
+++ b/PLC/Parameter.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Parameter.py,v 1.6 2006/11/08 22:10:00 mlhuang Exp $
+# $Id$
#
from types import *
diff --git a/PLC/Persons.py b/PLC/Persons.py
index 24d71d39..0b0fe689 100644
--- a/PLC/Persons.py
+++ b/PLC/Persons.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Persons.py,v 1.38 2007/08/22 19:54:07 tmack Exp $
+# $Id$
#
from types import StringTypes
diff --git a/PLC/PostgreSQL.py b/PLC/PostgreSQL.py
index d996e722..597077af 100644
--- a/PLC/PostgreSQL.py
+++ b/PLC/PostgreSQL.py
@@ -5,7 +5,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: PostgreSQL.py,v 1.14 2007/02/11 18:34:06 mlhuang Exp $
+# $Id$
#
import psycopg2
diff --git a/PLC/PyCurl.py b/PLC/PyCurl.py
index e43efe62..f0d40057 100644
--- a/PLC/PyCurl.py
+++ b/PLC/PyCurl.py
@@ -5,7 +5,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: PyCurl.py,v 1.2 2007/09/12 17:52:27 tmack Exp $
+# $Id$
#
import os
diff --git a/PLC/Roles.py b/PLC/Roles.py
index 42b26220..400b3446 100644
--- a/PLC/Roles.py
+++ b/PLC/Roles.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Roles.py,v 1.7 2006/11/08 23:02:01 mlhuang Exp $
+# $Id$
#
from types import StringTypes
diff --git a/PLC/Shell.py b/PLC/Shell.py
index f2aa2110..6e4a77b2 100644
--- a/PLC/Shell.py
+++ b/PLC/Shell.py
@@ -5,7 +5,7 @@
# Mark Huang
# Copyright (C) 2005 The Trustees of Princeton University
#
-# $Id: Shell.py,v 1.4 2007/02/02 04:38:28 mlhuang Exp $
+# $Id$
#
import os
diff --git a/PLC/SliceInstantiations.py b/PLC/SliceInstantiations.py
index 843b3270..4996a1e4 100644
--- a/PLC/SliceInstantiations.py
+++ b/PLC/SliceInstantiations.py
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: SliceInstantiations.py,v 1.2 2006/10/03 19:27:28 mlhuang Exp $
+# $Id$
#
from PLC.Faults import *
diff --git a/PLC/Test.py b/PLC/Test.py
index 03b4b8c5..05796a61 100644
--- a/PLC/Test.py
+++ b/PLC/Test.py
@@ -5,7 +5,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Test.py 250 2007-04-17 15:14:57Z thierry $
+# $Id$
#
from pprint import pprint
diff --git a/Server.py b/Server.py
index 84c33601..40a68ab7 100755
--- a/Server.py
+++ b/Server.py
@@ -5,7 +5,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Server.py,v 1.3 2006/10/25 20:33:07 mlhuang Exp $
+# $Id$
#
import os
diff --git a/Test.py b/Test.py
index c7a8c98e..8ff3ad2e 100755
--- a/Test.py
+++ b/Test.py
@@ -5,7 +5,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Test.py,v 1.21 2007/01/12 06:17:33 mlhuang Exp $
+# $Id$
#
"""
diff --git a/doc/DocBook.py b/doc/DocBook.py
index 0b279b25..254e99eb 100755
--- a/doc/DocBook.py
+++ b/doc/DocBook.py
@@ -6,7 +6,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: DocBook.py,v 1.3 2006/10/25 19:35:36 mlhuang Exp $
+# $Id$
#
import xml.dom.minidom
diff --git a/doc/Makefile b/doc/Makefile
index bbb25c9a..3adaa1f1 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Makefile,v 1.2 2006/11/03 20:36:05 thierry Exp $
+# $Id$
#
all: PLCAPI.pdf
diff --git a/php/Makefile b/php/Makefile
index 5498951e..560ff68f 100644
--- a/php/Makefile
+++ b/php/Makefile
@@ -4,7 +4,7 @@
# Mark Huang
# Copyright (C) 2006 The Trustees of Princeton University
#
-# $Id: Makefile,v 1.2 2006/10/27 15:40:37 mlhuang Exp $
+# $Id$
#
all: plc_api.php
diff --git a/php/header.php b/php/header.php
index 15d1591f..51728943 100644
--- a/php/header.php
+++ b/php/header.php
@@ -8,7 +8,7 @@
// Mark Huang
// Copyright (C) 2005-2006 The Trustees of Princeton University
//
-// $Id: header.php 170 2007-03-30 12:44:11Z thierry $
+// $Id$
//
//
diff --git a/php/methods.py b/php/methods.py
index b41b1baa..ca34773c 100755
--- a/php/methods.py
+++ b/php/methods.py
@@ -5,7 +5,7 @@
# Mark Huang
# Copyright (C) 2005 The Trustess of Princeton University
#
-# $Id: methods.py,v 1.4 2006/11/29 19:43:17 mlhuang Exp $
+# $Id$
#
import os, sys
diff --git a/php/xmlrpc/config.m4 b/php/xmlrpc/config.m4
index f9cbdea8..54335dfe 100644
--- a/php/xmlrpc/config.m4
+++ b/php/xmlrpc/config.m4
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.21 2003/10/01 02:53:15 sniper Exp $
+dnl $Id$
dnl
sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4)
diff --git a/php/xmlrpc/config.m4.lib64 b/php/xmlrpc/config.m4.lib64
index 5dc99956..8551f6b9 100644
--- a/php/xmlrpc/config.m4.lib64
+++ b/php/xmlrpc/config.m4.lib64
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.21 2003/10/01 02:53:15 sniper Exp $
+dnl $Id$
dnl
sinclude(ext/xmlrpc/libxmlrpc/acinclude.m4)
diff --git a/php/xmlrpc/config.w32 b/php/xmlrpc/config.w32
index 40014467..8c399cd1 100644
--- a/php/xmlrpc/config.w32
+++ b/php/xmlrpc/config.w32
@@ -1,4 +1,4 @@
-// $Id: config.w32,v 1.2 2003/12/22 13:16:42 wez Exp $
+// $Id$
// vim:ft=javascript
ARG_WITH("xmlrpc", "XMLRPC-EPI support", "no");
diff --git a/php/xmlrpc/libxmlrpc/base64.c b/php/xmlrpc/libxmlrpc/base64.c
index e0670382..7788d028 100644
--- a/php/xmlrpc/libxmlrpc/base64.c
+++ b/php/xmlrpc/libxmlrpc/base64.c
@@ -1,4 +1,4 @@
-static const char rcsid[] = "#(@) $Id: base64.c,v 1.4 2004/04/27 17:33:59 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
/*
diff --git a/php/xmlrpc/libxmlrpc/encodings.c b/php/xmlrpc/libxmlrpc/encodings.c
index 0bad3ee4..1637a096 100644
--- a/php/xmlrpc/libxmlrpc/encodings.c
+++ b/php/xmlrpc/libxmlrpc/encodings.c
@@ -41,7 +41,7 @@
#include
#endif
-static const char rcsid[] = "#(@) $Id: encodings.c,v 1.7 2004/03/08 23:04:33 abies Exp $";
+static const char rcsid[] = "#(@) $Id$";
#include
diff --git a/php/xmlrpc/libxmlrpc/queue.c b/php/xmlrpc/libxmlrpc/queue.c
index ca960343..24187383 100644
--- a/php/xmlrpc/libxmlrpc/queue.c
+++ b/php/xmlrpc/libxmlrpc/queue.c
@@ -1,4 +1,4 @@
-static const char rcsid[] = "#(@) $Id: queue.c,v 1.4 2002/07/05 04:43:53 danda Exp $";
+static const char rcsid[] = "#(@) $Id$";
/*
* Date last modified: Jan 2001
diff --git a/php/xmlrpc/libxmlrpc/simplestring.c b/php/xmlrpc/libxmlrpc/simplestring.c
index 68dab918..be2aba5f 100644
--- a/php/xmlrpc/libxmlrpc/simplestring.c
+++ b/php/xmlrpc/libxmlrpc/simplestring.c
@@ -31,7 +31,7 @@
*/
-static const char rcsid[] = "#(@) $Id: simplestring.c,v 1.4 2003/12/16 21:00:21 sniper Exp $";
+static const char rcsid[] = "#(@) $Id$";
#define SIMPLESTRING_INCR 32
diff --git a/php/xmlrpc/libxmlrpc/xml_element.c b/php/xmlrpc/libxmlrpc/xml_element.c
index a4ba37e0..ae30838f 100644
--- a/php/xmlrpc/libxmlrpc/xml_element.c
+++ b/php/xmlrpc/libxmlrpc/xml_element.c
@@ -31,7 +31,7 @@
*/
-static const char rcsid[] = "#(@) $Id: xml_element.c,v 1.6 2004/06/01 20:16:06 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
diff --git a/php/xmlrpc/libxmlrpc/xml_element.c.gcc4 b/php/xmlrpc/libxmlrpc/xml_element.c.gcc4
index f1a23a9e..154f19b8 100644
--- a/php/xmlrpc/libxmlrpc/xml_element.c.gcc4
+++ b/php/xmlrpc/libxmlrpc/xml_element.c.gcc4
@@ -31,7 +31,7 @@
*/
-static const char rcsid[] = "#(@) $Id: xml_element.c,v 1.6 2004/06/01 20:16:06 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
diff --git a/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c b/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c
index fb699639..c76b00f2 100644
--- a/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c
+++ b/php/xmlrpc/libxmlrpc/xml_to_xmlrpc.c
@@ -31,7 +31,7 @@
*/
-static const char rcsid[] = "#(@) $Id: xml_to_xmlrpc.c,v 1.5 2004/04/27 17:33:59 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
#ifdef _WIN32
#include "xmlrpc_win32.h"
diff --git a/php/xmlrpc/libxmlrpc/xmlrpc.c b/php/xmlrpc/libxmlrpc/xmlrpc.c
index 67242b88..d5f3f7b3 100644
--- a/php/xmlrpc/libxmlrpc/xmlrpc.c
+++ b/php/xmlrpc/libxmlrpc/xmlrpc.c
@@ -31,7 +31,7 @@
*/
-static const char rcsid[] = "#(@) $Id: xmlrpc.c,v 1.6 2004/04/27 17:33:59 iliaa Exp $";
+static const char rcsid[] = "#(@) $Id$";
/****h* ABOUT/xmlrpc
diff --git a/php/xmlrpc/php_xmlrpc.h b/php/xmlrpc/php_xmlrpc.h
index b56f8449..98355baa 100644
--- a/php/xmlrpc/php_xmlrpc.h
+++ b/php/xmlrpc/php_xmlrpc.h
@@ -51,7 +51,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_xmlrpc.h,v 1.10 2004/01/08 17:33:00 sniper Exp $ */
+/* $Id$ */
#ifndef _PHP_XMLRPC_H
#define _PHP_XMLRPC_H
diff --git a/php/xmlrpc/xmlrpc-epi-php.c b/php/xmlrpc/xmlrpc-epi-php.c
index 7e19c7ef..d6680678 100644
--- a/php/xmlrpc/xmlrpc-epi-php.c
+++ b/php/xmlrpc/xmlrpc-epi-php.c
@@ -51,7 +51,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: xmlrpc-epi-php.c,v 1.37 2004/01/08 08:17:47 andi Exp $ */
+/* $Id$ */
/**********************************************************************
* BUGS: *
diff --git a/planetlab4.sql b/planetlab4.sql
index 555ee288..76e99375 100644
--- a/planetlab4.sql
+++ b/planetlab4.sql
@@ -9,7 +9,7 @@
--
-- Copyright (C) 2006 The Trustees of Princeton University
--
--- $Id: planetlab4.sql 793 2007-08-28 15:21:17Z thierry $
+-- $Id$
--
SET client_encoding = 'UNICODE';
diff --git a/plcsh b/plcsh
index fed505f1..10944b07 100755
--- a/plcsh
+++ b/plcsh
@@ -5,7 +5,7 @@
# Mark Huang
# Copyright (C) 2005 The Trustees of Princeton University
#
-# $Id: plcsh,v 1.5 2007/02/02 04:39:03 mlhuang Exp $
+# $Id$
#
import os
diff --git a/plctest/TestMain.py b/plctest/TestMain.py
index 38c0f5f7..498cfbb0 100755
--- a/plctest/TestMain.py
+++ b/plctest/TestMain.py
@@ -10,7 +10,7 @@ import threading
class TestMain:
- subversion_id = "$Id: TestMain.py 767 2007-08-06 08:32:04Z amine $"
+ subversion_id = "$Id$"
def __init__ (self):
self.path=os.path.dirname(sys.argv[0])
diff --git a/psycopg2/scripts/ext2html.py b/psycopg2/scripts/ext2html.py
index f7c95d84..488e97ff 100755
--- a/psycopg2/scripts/ext2html.py
+++ b/psycopg2/scripts/ext2html.py
@@ -2,7 +2,7 @@
# Author: Daniele Varrazzo
# Contact: daniele dot varrazzo at gmail dot com
-# Revision: $Revision: 711 $
+# Revision: $Revision$
# Date: $Date$
# Copyright: This module has been placed in the public domain.
diff --git a/psycopg2/tests/dbapi20.py b/psycopg2/tests/dbapi20.py
index 4fc8c0c7..21f15b9a 100644
--- a/psycopg2/tests/dbapi20.py
+++ b/psycopg2/tests/dbapi20.py
@@ -11,8 +11,8 @@
-- Ian Bicking
'''
-__rcs_id__ = '$Id: dbapi20.py,v 1.10 2003/10/09 03:14:14 zenzen Exp $'
-__version__ = '$Revision: 1.10 $'[11:-2]
+__rcs_id__ = '$Id$'
+__version__ = '$Revision$'[11:-2]
__author__ = 'Stuart Bishop '
import unittest
diff --git a/pycurl/TODO b/pycurl/TODO
index 0ed534ae..ed4afdfc 100644
--- a/pycurl/TODO
+++ b/pycurl/TODO
@@ -1,4 +1,4 @@
-# $Id: TODO,v 1.95 2005/03/04 14:43:04 kjetilja Exp $
+# $Id$
# vi:ts=4:et
If you want to hack on pycurl, here's our list of unresolved issues:
diff --git a/pycurl/doc/callbacks.html b/pycurl/doc/callbacks.html
index e300c4d7..b98e0a93 100644
--- a/pycurl/doc/callbacks.html
+++ b/pycurl/doc/callbacks.html
@@ -133,7 +133,7 @@ and 'tests/test_getinfo.py' shows PROGRESSFUNCTION.
- $Id: callbacks.html,v 1.15 2005/02/10 11:35:23 kjetilja Exp $
+ $Id$