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

Re: Delphi .RES and version info

From: Martin Tomes <lists_at_tomes.org>
Date: 2005-09-21 09:59:40 CEST

Miles Izzo wrote:
> We are using Subversion with Delphi (version 7 - we started with 2005
> but it was too unstable) and we're storing version (ie, build number)
> information in the .RES file (which Delphi does automatically). Is there
> some 'good' recommended way of using Subversion with these resource
> files?

Can you use the FileVersion or ProductVersion which are in the .dof
file? We use a component to extract the version number from there. We
set it in Project/Options/Version Info and use the
dfsVersionInfoResource component from the 'dfs' package to display it.

The .dof file is text and so can be merged.

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
Visit http://www.subversionary.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 21 10:01:36 2005

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.