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

cut down revision from Keyword..

From: Jon H <jd_hardcastle_at_yahoo.com>
Date: Tue, 26 Jan 2010 03:09:15 -0800 (PST)

Hi guys,

 I am trying to use the revision ID of the 'head' as part of
 the version number for our assemble?
 
 I have seen the $LastChangedRevision$ but that outputs lots
 of 'fluff'
 
 $LastChangedRevision: 46891 $
 
 I want to put this in our common assembly
 
 [assembly: AssemblyFileVersion("1.0.0.0")]
 
 maybe like this
 
 [assembly:
 AssemblyFileVersion("1.0.0.$LastChangedRevision$")]
 
 but obviously we dont want all the extract stuff we just
 need the revison. can this be done with keywords?
 
 Cheers.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2442063

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-01-26 12:10:19 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.