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

Re: $Header$ expansion

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-04-08 01:46:34 CEST

On Apr 6, 2007, at 13:50, Vladimir Giszpenc wrote:

> If the $Header$ expansion is not happening, is that an issue with
> the subversion server or with my client? My client is still very
> new, but I don't know what the IT guys installed on the server.

All 1.x Subversion clients should be compatible with all 1.x
Subversion servers*, so it shouldn't much matter what the IT guys
installed on the server.

There is no keyword called $Header$. The available keywords are $Date
$, $Revision$, $Author$, $HeadURL$, and $Id$, and are listed here:

http://svnbook.red-bean.com/en/1.2/
svn.advanced.props.html#svn.advanced.props.special.keywords

If you are using one of the supported keywords, and you have the
svn:keywords property of that file set to include that keyword, and
the expansion isn't happening when you check out or export, then
check what's set in the svn:keywords property again. A common mistake
is to inadvertently enclose the list of keywords in quotation marks,
which is not correct and will cause the first and last keyword listed
not to work.

* except of course that if you have an older server, you won't be
able to take advantage of some features introduced with newer
versions, but keywords have been around forever so that's not
relevant here.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 8 01:47:11 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.