[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: David Weintraub <qazwart_at_gmail.com>
Date: Thu, 11 Sep 2008 12:21:25 -0400

As people already mentioned: Revision numbers in Subversion are not
under your control. If multiple projects share the same repository,
checking in one file in project "A" will affect revision numbering in
project "B".

You can create tags to mark particular revisions of a set of files,
and tags can be done how ever you feel like. My only complaint is that
mapping the particular revision number to a particular tag is not
trivial to do (for example, I "tag" revision 1234 of
svn://localhost/proj/trunk" to svn://localhost/proj/tags/REL-1.0.
There's no quick way of knowing what revision REL-1.0 is in
relationship to trunk). Then again, it isn't particularly difficult to
do with a short program script either.

--
David Weintraub
qazwart_at_gmail.com
On Thu, Sep 11, 2008 at 7:57 AM, 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.
>
> Can someone please help me out with this.
>
> Can you please let know how I can do decimal increments for version of file
> inside the application.
>
> Thanks.
> --
> Cheers,
> Chetan
---------------------------------------------------------------------
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 18:21:57 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.