Many Thanks, that was my problem. It was working fine, then I moved the
colons in the original source files to align the data, and never noticed
that substitution quit working, as the original substitution data continued
to persist even after I broke the syntax.
-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2007b@ryandesign.com]
Sent: Tuesday, May 22, 2007 1:54 PM
To: Fachetti, Robert
Cc: Subversion Users
Subject: Re: Keyword Substitution problem
On May 22, 2007, at 07:30, Fachetti, Robert wrote:
>> Select one file where keyword substitution is not working, and show
>> us the output of
>>
>> svn proplist -v filename
>>
>> I'm worried that you may have used the wrong value somehow.
>> Specifically: are you sure that you have not surrounded the value
>> with quotes?
>
> Here is the output of the command:
>
> D:\Temp\FindEvents\src>svn proplist -v setupFindEvents.py
> Properties on 'setupFindEvents.py':
> Project : SPACE
> svn:keywords : URL Revision Author Date
> TASCR : 0003623
>
> Here is the text from the file:
>
> #
> # $URL :: $:
> # $Revision :: $:
> # $Author :: $:
> # $Date :: $:
> #
>
> This same syntax was working on other files about a month ago???
You can't put spaces between the keyword and the colon like that. You
need:
#
# $URL:: $:
# $Revision:: $:
# $Author:: $:
# $Date:: $:
#
Also, remember to Reply To All when you reply so that everyone can
participate in the discussion.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 22 20:17:13 2007