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

Re: Id keyword not working

From: Jody Shumaker <jody.shumaker_at_gmail.com>
Date: 2006-03-20 19:35:51 CET

Auto-props only get applied to new files when they are added. If you
want to change the behavior for existing files, you have to go and add
the properties yourself. In this case, you need to add the
svn:keywords property to each file you want it on yourself. In the
future anymore *.java files you add will get the property set because
of the auto-props.

- Jody

On 3/20/06, Brooks Davis <brooks.davis@softcomcorp.com> wrote:
>
>
>
> I have put "$Id$" at the top of my Java file, but nothing seems to happen. I
> read the Book, went to the TortoiseSVN Settings submenu, and pressed the
> Edit button for "Subversion configuration file". In the file, I uncommented
> the line "enable-auto-props = yes" and added the line "*.java =
> svn:keywords=Id" to the bottom of the [auto-props] section. But, still,
> nothing happens. What am I missing?
>
>
>
> Brooks Davis
>
> Softcom Technologies
>
> Toronto, ON, Canada
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Mon Mar 20 19:36:00 2006

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

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