RE: 1.9.4 fix

2016-05-03 Thread Terry Dooher
From: Stefan Fuhrmann [mailto:stef...@apache.org] 29 April 2016 08:29 > On 28.04.2016 09:35, Johan Corveleyn wrote: > > Op 27-apr.-2016 16:17 schreef "Terry Dooher" > > > <mailto:terry.doo...@naturalmotion.com>>: > > > I’m in the process of dump/loa

RE: 1.9.4 fix

2016-04-28 Thread Terry Dooher
From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: 28 April 2016 08:36 > Op 27-apr.-2016 16:17 schreef "Terry Dooher" : > > > > I’m on 1.9.2 now. Should I wait for 1.9.4 to do this? > > > I would use at least 1.9.3 for the process running 'svnadmin

1.9.4 fix

2016-04-27 Thread Terry Dooher
lently and corrupt a dump in a way that wouldn't be picked up during svnadmin load (or by 'svnadmin verify' following the load)? I'm on 1.9.2 now. Should I wait for 1.9.4 to do this? Thanks, Terry. -- Terry Dooher - System Administrator, NaturalMotion Ltd. http://www.nat

RE: SVN/Apache - Log full transaction I/O across clients.

2015-10-02 Thread Terry Dooher
> > Is there a way I can ensure the log is only written after the full > request has been serviced? The data over time will be really useful in > gauging usage over time. > > > I think this is because 1.8+serf uses "skelta style updates" instead > of "bulk updates". With skelta mode the client

SVN/Apache - Log full transaction I/O across clients.

2015-10-01 Thread Terry Dooher
I've recently configured svn usage logs with: LogFormat "%h %t %u (%{SVN-REPOS-NAME}e %{SVN-ACTION}e) %s (%I/%O in %Ts) %k \"%{User-Agent}i\"" svn CustomLog /var/log/svn/svn-usage.log svn env=SVN-ACTION mod_logio is enabled, so I'm getting values written to each of the above fields, but when te

RE: SVNCacheRevProps and other performance tweaks.

2014-05-16 Thread Terry Dooher
From: Ben Reser Sent: 14 May 2014 20:07 > On 5/14/14, 10:11 AM, Terry Dooher wrote: >> SVNPathAuthz - Would short_circuit save me any processing time in this >> scenario or is it only useful for people with LDAP or other auth systems that >> might slow down request processi

SVNCacheRevProps and other performance tweaks.

2014-05-15 Thread Terry Dooher
Hi all, I've just finished a dump/load cycle on about 500GB worth of repositories to bring in the more efficient changes for FSFS in 1.8 (We're on 1.8.8 now). I'm looking at utilising some performance tweaks to make the most of the hardware the server is running on. Could someone clarify a coup

Error E160004 reported to client after dump/load cycle.

2014-04-17 Thread Terry Dooher
We have ~20 repositories of varying sizes and we've been running 1.8.8 for the last 3 weeks (up from 1.7.15). So far all of our repos were just 'svnadmin upgrade'd and I've been scheduling overnight dump/load cycles of the repos to complete the upgrade and minimise downtime. The script will: *

Authentication of sync user on write-through proxy.

2013-06-13 Thread Terry Dooher
Hi all, I've set up a write-through proxy for one of our studios and I'm getting Access Denied errors when the post-commit hook executes, or when running the sync command manually from the master. I'm using apache 2.2/mod_dav_svn 1.7.7 on Debian 6.0. The apache config for vhost "repo-slave.ex

RE: Memory Leak

2010-07-27 Thread Terry Dooher
> > I have a problem, apache is eating al my memory. It seems to allocate > the > > memory while I checkout or commit things. But then it don't > deallocate the > > memory after it is finish. Instead it just allocate more and more > until the > > memory is filled up. > > Only other known issue i

svnadmin create over CIFS mount.

2010-07-09 Thread Terry Dooher
Hi all, I'm currently re-working a backup script to use svnsync instead of hotcopy due to the amount of time the latter is taking. My svn server is Debian etch running svn 1.6.11 (from source), which mounts a Windows Server 2003 share using the CIFS driver (v. 1.45). I've been successfully ru

Attempting a transparent(ish) write-through proxy for a remote site.

2010-05-12 Thread Terry Dooher
Hi all, I've been trying to set up mirror repository for a remote site. So far, I have everything running: The mirror repository, the proxy URL (separate from the mirror to avoid sync loops) and the post-commit and post-revprop-change synchronisation hooks are all working well. I'm able to che