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

Re: Commit without revision changes / minor changes

From: John Peacock <john.peacock_at_havurah-software.org>
Date: Thu, 31 Jul 2008 16:02:07 -0400

tweekyyy wrote:
> I would like to know how to commit my code without changing the revision
> number.

The revision number is a monotonically increasing value that is global
to the repository. Every commit requires a new revision number.

> I would be able to have the distinction between minor
> changes/revision changes.

Your project's version number has no connection to the repository
revision number. You can increment that using whatever method you
choose; typically you would create a new tag whenever you bump the
project version. You might even have separate tag folders for each
major release 1.1, 1.2, 1.3 and under that have the minor changes,
1.1.1-1.1.9, etc...

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-31 22:02:44 CEST

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.