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

Re: Is this newbie crazy? Using svn to manage a xampp install

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-04-22 14:28:57 CEST

On Apr 22, 2007, at 06:52, hansbkk@gmail.com wrote:

> One thing I found very puzzling - what is the logic behind making a
> copy from trunk to tags increment the revision number? The actual
> content doesn't change. . .

The revision number represents the number of changes that have been
made in the repository. Anything you change in the repository*
increments the revision number. Copying the trunk to a tag is a
change, therefore the revision number increases. It means you have a
record in the repository that this action took place, you can see who
did it, and you can read the log message to see why it was done.

* The exception is the properties of the revisions themselves, like
svn:author, svn:date, svn:log. You can configure Subversion to allow
you to edit these, and if you do, then you do so without incrementing
the revision number.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 22 14:29:43 2007

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.