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

Re: General - Version questions?

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2005-11-03 19:27:11 CET

>>>>> "Anastasios" == Anastasios Angelidis <voodoo@videotron.ca> writes:

 Anastasios> 1- We have the following structure: Builds -> Projects ->
 Anastasios> Components -> Elements

 Anastasios> Build: Contains multiple projects Project: Contains
 Anastasios> multiple components (Executables, Dbs, Web etc...)
 Anastasios> Component: Contains multiple elements (source files
 Anastasios> etc...)

 Anastasios> We have a custom in house to that we track versions like
 Anastasios> 4.3.5 in a sql DB.

 Anastasios> 1- Would I be able to track version numbers through svn,
 Anastasios> without having to rely on the sql db?

Sure. One simple approach I have used is to create a file (perhaps
"version.h") which contains the version string. Then just apply SVN
revision control to that file.

         paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 3 19:30:29 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.