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

Re: Keyword Substitution problem

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-05-22 19:54:14 CEST

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 19:54:58 2007

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.