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

Working with multiple versions

From: Ricardo Smania <ricsmania_at_gmail.com>
Date: 2006-07-09 18:58:05 CEST

Hello.

In our company we have a version structure such as this (version numbers
were modified for simplification purposes):

1.1.3 (last release)
1.1.4 (current release)
1.1.4i (current release with experimental features)
1.2.0 (next version)

All of them undergo changes as necessary. However, a change must always be
reflected to the higher versions, i.e. if something is committed to 1.1.3,
it must be merged to 1.1.4, 1.1.4i and 1.2.0. But changes on 1.1.4i should
only be merged to 1.2.0.

This works, however, all merges must be done manually. I was wondering if
it would be possible to create a structure like this:

1.1.3
   1.1.4
     1.1.4i
       1.2.0

In this way, the children would receive all modifications from their
parent, and all changes made on them would reflect on their children,
without any kind of user intervention.

Is ths possible?

Thank you.

-- 
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sun Jul 9 19:00:40 2006

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.