On Tue, Jan 19, 2010 at 13:13, Young, Darren <darren.yo...@chicagobooth.edu> wrote: > Thanks. One more question on keywords then... > > I've added $Id$ and $HeadURL$ in the source file but when I commit it's > not being replaced. Client is TortoiseSVN 1.6.6 build 17493 on Windows > XP and the project is hosted on Google Code. Is this a Google Code > setting, possibly for my repo or is this a client side setting?
Keywords are expanded by the client upon checkout/update/export; the value is not visible when looking at the file stored in the repository. The svn:keywords property must be set for keywords to be expanded. http://svnbook.red-bean.com/en/1.5/svn.advanced.props.special.keywords.html >> -----Original Message----- >> From: Hyrum K. Wright [mailto:hyrum_wri...@mail.utexas.edu] >> Sent: Tuesday, January 19, 2010 12:11 PM >> To: Andy Levy >> Cc: Young, Darren; users@subversion.apache.org >> Subject: Re: Variables >> >> >> On Jan 19, 2010, at 12:06 PM, Andy Levy wrote: >> >> > On Tue, Jan 19, 2010 at 13:00, Young, Darren >> > <darren.yo...@chicagobooth.edu> wrote: >> >> Does SVN offer a $Log$ keyword like CVS? >> > >> > http://subversion.tigris.org/faq.html#log-in-source >> >> Or http://subversion.apache.org/faq.html#log-in-source >> >> :) >> >> -Hyrum >