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

Re: Renumbering revision number

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 11 Sep 2008 11:49:46 -0400

On Thu, Sep 11, 2008 at 07:57, Chetan <chetankumar.s_at_gmail.com> wrote:
> Hello there,
>
> I am a new user to subversion and trying to configure subverion to my
> project.
> When I am trying to create remote folder (one for every application) i found
> the revision number keep increase.
> I want renumber the revision number so that all the applications with in the
> project have the same number.

The revision number in Subversion is global. Think of it as a
timestamp or a marker for a point in time.

http://subversion.tigris.org/faq.html#globalrev

> Can you please let know how I can do decimal increments for version of file
> inside the application.

Subversion only has integer revision numbers.

If you require that each application have its own revision numbering,
you'll need a separate repository for each.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-11 17:50:17 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.