Here is a test for tags:
$ more test.xml
<?xml version='1.0' encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3CR3//EN"
"../support/docbook-dtd/docbookx.dtd"
<!--
/*
* $LastChangedDate: 2006-09-28 14:35:32 +0800 (Thu, 28 Sep 2006) $
* $Date: 2006-09-28 14:35:32 +0800 (Thu, 28 Sep 2006) $
* $LastChangedRevision: 12218 $
* $Revision: 12218 $
* $LastChangedBy: cauchy $
* $Author: cauchy $
* $URL: http://192.168.15.101/svn/nova/trunk/deploy/test.xml $
* $Id$
*/
-->
<book lang="zh-cn">
</book>
$ more test.txt
$LastChangedDate: 2006-09-28 14:37:13 +0800 (Thu, 28 Sep 2006) $
$Date: 2006-09-28 14:37:13 +0800 (Thu, 28 Sep 2006) $
$LastChangedRevision: 12219 $
$Revision: 12219 $
$LastChangedBy: cauchy $
$Author: cauchy $
$URL: http://192.168.15.101/svn/nova/trunk/deploy/test.txt $
$Id$
$ svn pl -v test.*
Properties on 'test.txt':
svn:mime-type : text/plain
svn:keywords : "LastChangedDate Date LastChangedRevision Revision
LastChangedBy Author URL Id"
svn:eol-style : native
Properties on 'test.xml':
svn:mime-type : text/plain
svn:keywords : "LastChangedDate Date LastChangedRevision Revision
LastChangedBy Author URL Id"
svn:eol-style : native
$ dpkg -l | grep -i subversion
ii libapache2-svn 1.4.0-2 Subversion
server modules for Apache
ii libsvn-perl 1.4.0-2 Perl bindings
for Subversion
ii libsvn0 1.4.0-2 Shared libraries
used by Subversion
ii python-subversion 1.4.0-2 Python bindings
for Subversion
ii subversion 1.4.0-2 Advanced version
control system
ii subversion-tools 1.4.0-2 Assorted tools
related to Subversion
How to fix the Id tag ?
Thanks for some help,
Dongsheng
Received on Thu Sep 28 08:43:24 2006