[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: Kevin Grover <kevin_at_kevingrover.net>
Date: Thu, 11 Sep 2008 12:28:37 -0700

On Thu, Sep 11, 2008 at 4: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

Subversion revision numbers are automatic and grow with each commit.

If you want all the of any given items (dirs, files, properties) to be
part of the same revision, you must commit them all at one. Instead
of using a remote command to create each directory (one at a time,
which is one commit per command), check out that directory as a
working copy, mkdir your directories, svn add them, then commit them
all in one atomic commit.

- Kevin

---------------------------------------------------------------------
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 21:29:00 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.