How to use custom keywords in SVN
问题 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$ ******************************************************