Re: [BUG] Conflict with use-commit-times = yes + svn:keywords set
From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-11-02 22:40:51 CET
Eric Gillespie wrote:
>>I'll look at my keywords-as-hash patch and see if I can tell if
This would fix your example (watch for wrapped lines):
$ diff -u subversion/libsvn_subr/subst.c.orig subversion/libsvn_subr/subst.c
But this is not going to be a general solution. This is all coming back
The problem is that if the file is committed with an "expanded keyword"
$ echo '$Id:$' > wc/file2
$ svn add wc/file2
$ svn ci -m '' wc
$ svn ps svn:keywords Id wc/file2
$ svn ci -m '' wc
Committed revision 3.
$ svnadmin dump -q repo | grep Id
and I in fact wonder if that is what is happening in the cvs2svn case
I think you are right; Subversion needs to not pay attention to any
John
-- John Peacock Director of Information Research and Technology Rowman & Littlefield Publishing Group 4501 Forbes Boulevard Suite H Lanham, MD 20706 301-459-3366 x.5010 fax 301-429-5748 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Nov 2 22:40:50 2004 |
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.