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

Re: Versioning Question?

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 1 Aug 2011 13:25:35 -0400

On Mon, Aug 1, 2011 at 13:06, Robinson, Laura (IS) (Contr)
<Laura.Robinson_at_ngc.com> wrote:
> Can anyone tell me where the versioning numbers are set in the tool?  Can
> you tell the tool how you want your numbers to start.  For instance in
> Version Manager the first time you check in a file its version number is
> 1.0.  If you modify the file and check it back in the version becomes 1.1
> and so on.

Subversion does not work in this way. It only tracks a revision number
for the repository - the number of changes committed to the whole
repository since it was created. Individual files do not get their own
numbering scheme.

http://svnbook.red-bean.com/nightly/en/svn.basic.in-action.html#svn.basic.in-action.revs

In case you're coming from CVS (and even if you're not, the first
section here is relevant to this topic):
http://svnbook.red-bean.com/nightly/en/svn.forcvs.html

Any other version numbering is somewhat arbitrary and left to you to
implement in your own processes if needed.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2807794

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-01 19:26:21 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.