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

Re: More stupid questions

From: Ben Collins-Sussman <sussman_at_newton.collab.net>
Date: 2000-09-23 15:50:57 CEST

Bob Miller <kbob@jogger-egg.com> writes:

> 1. Who creates version numbers? (I.e., which code module?)
> It must be somewhere on the server side.

libsvn_fs. When a commit is finished, the versioning filesystem
assigns a global version number to the new tree. (And of course it
sends this number back to the client, so that working copy
administrative files can record it.)

    
> 2. Will it be possible to run subversion in local mode without
> installing Apache? (I sure hope so.)

Not until after 1.0, at least. Of course, our "hello, world"
proof-of-concept release will probably be using a primitive shim that
allows the client and server to send XML tree-deltas back and forth.
Received on Sat Oct 21 14:36:08 2006

This is an archived mail posted to the Subversion Dev mailing list.

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