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

Bugs related to the svn:keywords property

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2003-12-08 14:09:27 CET

Hi,

I'm using subversion 0.33 (because this is the latest version as a
Debian package), and I noticed the following bug. I did a

  svn mkdir dir2
  svn copy dir1/file dir2/file
  svn propdel svn:keywords dir2/file

where the keywords contained Id (and Date) and file had an $Id$. I also
modified dir2/file after the copy. But when I did a "svn commit", the
file dir2/file itself was correctly committed, but the keywords were
not removed in the repository, as told by both "svn st" and "svn diff":

Property changes on: dir2/file
___________________________________________________________________
Name: svn:keywords
   - Id Date

I could also see this problem when I did a "svn up" from another
working copy (the Id keyword was expanded there). "svnadmin dump"
did not show any property modification...

Then I did a "svn commit" from the first working copy to remove the
keywords. But after I did a "svn up" from the second working copy,
the Id keyword was not unexpanded; I had to remove the file from the
working copy and do a "svn up" again.

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 8 14:10:13 2003

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

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