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

Re: Change revision numbers to decimals??

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2007-07-30 12:08:51 CEST

On Monday 30 July 2007 11:35, Denham, Adam (ADP DSI) wrote:
> Is there anyway to hack the revision to allow decimals?

No, the revision number is a sequence number used mainly by SVN internally
though also externally visible when specifying a revision.

> What we're looking for is to use this as a type of branch
> (major/small development).
>
> Many Thanks
> Adam
>
> TRUNK/
> -> 1.1
> -> 1.2
> -> 1.3
> ->2.1
> ->2.2
> ->3.1

1. "3.1" as a version is not a decimal, it is just two independent integral
numbers separated by a dot. Therefore, the next version after 1.9 is not 2.0
but rather 1.10 (well, it might be 2.0, too, if you decide to change the
major number).

2. You can achieve any kind of naming convention using tags, so the layout
above is in fact supported, but this has nothing to do with revision numbers
(SVN-internal) but with repository layout conventions (user-defined).

Uli

-- 
Sator Laser GmbH
Geschäftsführer: Ronald Boers, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 30 12:08:17 2007

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.