[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Why $Id$ tag not take effect under subversion 1.4 ?

From: Dongsheng Song <dongsheng.song_at_gmail.com>
Date: 2006-09-28 08:42:52 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.