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

Re: Need advice on when to commit and how many commits to issue when multiple files changed

From: David Weintraub <qazwart_at_gmail.com>
Date: Wed, 13 Oct 2010 16:23:03 -0400

On Wed, Oct 13, 2010 at 3:05 PM, LiuYan 刘研 <lovetide_at_21cn.com> wrote:
> David Weintraub <qazwart <at> gmail.com> writes:
> BTW, CVS tagging is very nice, 'tagging' (svn copy) in subversion is like an
> extra commit and result in a new revision, although 'svn copy' is a light/cheap
> way in subversion, it still make me confused sometimes.

CVS does real tagging and not the "it's really a directory copy" crap
that Subversion does. However, Subversion takes less than a second to
tag, and tagging in CVS means each and every file must be tagged. That
can take a while. If you do continuous builds, and tagging in part of
a build, it could make a five minute build take 15 minutes.

Truthfully, tagging in Subversion isn't necessary because of the
revision numbers. Unless a site I work with really wants build tags, I
simply don't bother with them. Only production releases are tagged.
Everything else is done by Subversion revision number.

-- 
David Weintraub
qazwart_at_gmail.com
Received on 2010-10-13 22:23:44 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.