Re: Get tag (not revision) into C & perl programs
From: Martin Scharrer <mailinglists_at_madmarty.de>
Date: 2006-12-17 14:24:18 CET
Hi,
On Wednesday 13 December 2006 22:50, j.j.green wrote:
> I'd be most grateful for suggestions
Set the svn:keywords property to 'URL' to include the URL and write something
my $version = ( '$URL$' =~ m{/tags/version(.*?)/} && $1 );
The $URL$ is of course expanded in your Perls script.
Drawbacks:
I hope this helps you,
or some
---------------------------------------------------------------------
|
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.