Re: Tag and substitution
From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-04-01 23:48:54 CEST
On Apr 1, 2007, at 16:16, Philippe Legay wrote:
> What is the easiest way to the "tag name" into my source file ? using
Here's an example of how to do it in PHP; I'm sure you can adapt it
<?php
$headurl = '$HeadURL: file:///tmp/repo/tags/1.2.3/index.php $';
?>
Be sure to set the svn:keywords of the file to include the value
-- 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.orgReceived on Sun Apr 1 23:49:23 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.