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

Re: Unclear: CVS and Subversion repository difference.

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-06-17 20:18:30 CEST

On Jun 17, 2005, at 1:06 PM, Rule, Chris wrote:

> It's on the Release notes for 1.2 under "Known Bugs".
>
> http://subversion.tigris.org/svn_1.2_releasenotes.html

Sure. The global revision numbers are incredibly useful, because
they're unique names for patches/commits/changesets (whatever you
want to call them.) We frequently close bugs in the issuetracker
with phrases like "fixed by revision 12938." If you know the name of
the commit, you can view the diff from the repository immediately.
It's also useful for performing merges, or anytime you want to
pinpoint a moment in time.

The global revnum is a unique repository state, and it also
represents a unique commit. But it doesn't have anything to do with
the 'maturity' of a single project or file within the repository.

The "Subversion and Changesets" box on this page explains a bit more:

http://svnbook.red-bean.com/en/1.1/ch04s03.html#svn-ch-4-sect-3.3

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 17 20:20:34 2005

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.