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

Re: How do I quiesce the repository?

From: Paul Koning <pkoning_at_equallogic.com>
Date: 2006-01-08 15:38:08 CET

>>>>> "Ximon" == Ximon Eighteen <ximon.eighteen@int.greenpeace.org> writes:

>> This is assuming of course you have no file:// or http:// clients
>> going on.

 Ximon> So, if it doesn't already exist the ideal solution would be a
 Ximon> switch to disable the repository entirely, or make it real
 Ximon> only, in a configuration file that all access methods to the
 Ximon> server cause the server to read.. e.g. something equivalent
 Ximon> functionality (but applying to svn rather than logins) to
 Ximon> /etc/nologin.txt on *nix systems.

 Ximon> However I'm guessing a "global" solution doesn't exist since
 Ximon> svnserve uses svnserve.conf while the Apache solution uses
 Ximon> settings in the Apache configuration files.

 Ximon> Part of the problem I suppose is that there isn't a *single*
 Ximon> server in the case of svnserve AND access via Apache, there
 Ximon> are two.

 Ximon> Shame :(

I think that is considered a feature. In any case, it can be handled,
and in my case I handle it by policy.

I'm still wondering about the other question... are there any "read"
type operations -- such as checkout or update -- that cause repository
writes? I vaguely remember references to temporary transactions that
are created for certain user requests and then discarded upon
completion. If so, those would be writes to the repository data
structures, presumably. Is this real, or am I dreaming?

            paul

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 8 15:40:07 2006

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.