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

RE: Adding LAN support to Subversion - Clarification

From: Kopp David K <david.kopp_at_us.army.mil>
Date: 2003-10-27 20:18:23 CET

Ben,

You are absolutely correct. Now please come to my workplace (Bldg 5307,
Redstone Arsenal, Huntsville AL) and beat that into the Network Nazis who
run the place.

Thus, I am attempting to reinvent the wheel.

To get back to my original question, how does one link a new file access
layer into Subverion?

David

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Monday, October 27, 2003 12:52 PM
To: Kopp David K
Cc: 'dev@subversion.tigris.org'
Subject: Re: Adding LAN support to Subversion - Clarification

Kopp David K <david.kopp@us.army.mil> writes:

> This is basically what I was thinking about doing.

Why are you trying to create so much work for yourself? :-)

Just run a real server process on the machine which contains the
repository. If apache is too big for you, use an svnserve daemon
instead.

The reason we have servers is so that you don't have to worry about
this kind of thing... and to allow concurrent accesses. Trying to add
a 'lockfile' to file:/// access is a poor reinvention of a wheel, and
won't even give you concurrency. With a real server process,
repository readers are *never* blocked, and writers are almost never
blocked.
Received on Mon Oct 27 20:22:28 2003

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.