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

Re: Sharing SVN-Repository between Linux/x86 and WinNT

From: Ken Ballou <ballou_at_crab.mv.com>
Date: 2003-12-29 23:18:55 CET

On Mon, Dec 29, 2003 at 04:08:55PM -0600, Ben Collins-Sussman wrote:
> On Mon, 2003-12-29 at 15:49, Aaron Optimizer Digulla wrote:
>
> > Thanks, that's *exactly* what I mean with "quality problem". More precisely:
> > Is pressing Ctrl-C while the programm accesses the DB such an uncommon
> > event? Probably not (or why is that in the FAQ?)!
>
> Yes, actually, it is fairly uncommon to use file:/// access at all.
> Most people use a network to access a repository. This means that a
> persistent server process (either apache or svnserve) is accessing the
> repository. If a client is interrupted or disconnects, it's easy for
> the server to just toss the work and cleanly disconnect from the
> database.

I think it may be too strong a statement to say it is "fairly uncommon" to
use the "file" scheme. For instance, I use subversion on my workstation for
my own private repository. (There are all sorts of files one might want to
keep under revision control -- all sorts of "dotfiles" for configuration,
for instance.) The file:/// access seems ideally suited for this.

I agree that the most common use would be network access, however.

                    - Ken

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 29 23:20:28 2003

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.