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

RE: Projects?

From: Wadsworth, Eric (Contractor) <wadswore_at_fhu.disa.mil>
Date: 2003-10-22 17:01:11 CEST

> What I would like to see is the concept of a project in the
> version control
> system where two projects can share the same repository and
> yet have different
> version numbers.

Maybe this (rather silly) solution makes sense:

Create a text file named version.txt for each project. Put the number "1"
into it. When you want to increment the major version, edit the file
manually and increment the number, then check it in. Doing an "svn log
version.txt" will show you the mapping of version number to revision numbers
of the repository.

--- Eric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 22 17:02:24 2003

This is an archived mail posted to the Subversion Dev mailing list.

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