On Wed, Dec 27, 2017 at 10:10:21PM +0000, bch wrote: > On Wed, Dec 27, 2017 at 2:06 PM Olivier Mascia <[email protected]> wrote: > > > Hello, > > > > Coming from subversion where there is a revision number, incremented by > > one by each commit, > > > > Let me be the first of many to say that those centrally controlled > increments are not possible in a *distributed* source control system.
That's not completely true. You could use the length of the commit chain to the root for most of the purposes of the CVS/SVN revision number. It's just not necessarily a unique property of a commit. Joerg _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

