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