I'm using a VisualSVN server and TortoiseSVN client. I have set the properties
svn:keywords = Author Id Revision LastChangedDate Copyright
copyright = (c) 2009 Foo Company.
Then, when I try to use these properties in the header file (including the custom property Copyright), I do it like:
/******************************************************************************
* $Id$
*
* $Author$
*
* $Revision$
*
* $LastChangedDate$
*
* $Copyright$
******************************************************************************/
Every property is getting substituted right, except for the Copyright. What am I still missing?