Re: Possible corruption?

2010-07-31 Thread west alto
gt; the same BDB versions, how would BDB behave when trying to read the > (incompatible?) > on-disk databases. > > west alto wrote on Fri, Jul 30, 2010 at 11:23:25 +0800: >> Hi, >> >> This is my setup. I have 2 subversion server (svn1 and svn2) running >> 1.6 and

Re: Possible corruption?

2010-07-31 Thread west alto
No problem with URL as we will also be using the same URL when we do failover. On Fri, Jul 30, 2010 at 2:30 PM, Cooke, Mark wrote: >> -Original Message- >> From: west alto [mailto:westa...@gmail.com] >> Sent: 30 July 2010 04:23 >> To: Subversion >> Subject:

Possible corruption?

2010-07-29 Thread west alto
Hi, This is my setup. I have 2 subversion server (svn1 and svn2) running 1.6 and a SAN Disk which house my repository. First i mount my SAN disk to svn1 which makes it as my active server. Whenever svn1 is down due to hardware maintenance i just my mount my SAN Disk to svn2 which makes it my acti

subversion tunables

2010-07-08 Thread west alto
Hi Gurus, Any advise on initial tuning values for apache MinSpareServers, MaxSpareServers, and StartServers, tcp tunings, ulimits, sysctl I'm running svn 1.6 over apache2 pre-fork. System load goes high as much as 10 during heavy usage. How does mod_dav_svn works on checkout? is every file =

Re: svn 1.3 crashing after sometime

2010-07-04 Thread west alto
Thanks guys, i'm new to upgrade using your way. which is safer using svnadmin dump/load or svnadmin upgrade/verify or svnadmin hotcopy given my situation where users can afford downtime. Please check if my process is correct: - remove svn 1.3 and all its dependencies. - install svn 1.6 - backup m

Re: svn 1.3 crashing after sometime

2010-07-03 Thread west alto
l 2010 at 23:11 -0400: >>> On Thu, Jul 1, 2010 at 10:04 PM, west alto wrote: >>> > Thanks guys, Ho do i upgrade from 1.3 to 1.6? Do i need to install >>> > first 1.4 then do a svn dump and load, then 1.5 and then svn dump and >>> > load etc. >

svn 1.3 crashing after sometime

2010-06-30 Thread west alto
Hi Gurus, Kindly help me with my problem. Subversion is running fine for sometime and then system load suddenly goes high and no one can login to the server. 172.23.14.1 - - [01/Jul/2010:10:18:36 +0800] "PROPFIND /xyz/branches/prod HTTP/1.1" 401 1263 172.23.14.1 - - [01/Jul/2010:10:18:36 +0800]

apache-subversion performance

2010-06-26 Thread west alto
Is there a way to improve, subversion/apache performance? Can anyone point me to a documentation where i could improve my setup. Here's my server specs: apache-2.2 svn-1.3 sles10 sp3 windows ad for authentication I'm using svn 1.3 as it was the only one the comes with my os. Thanks, West

apache-subversion benchmark

2010-06-20 Thread west alto
I there a tool that i can use to benchmark apache-subversion performance?

which is better?

2010-05-06 Thread west alto
Hi, Just a question. I have a server with the following specs: ESXi guest server 2 cpu 4 gig memory Which is better option for running svn and apache, pre-fork or worker? Thanks, West

subversion failover

2010-03-22 Thread west alto
Hi, Any one tried High Availability with subversion, using Apache, Heartbeat and NFS? Is this possible? any problems encountered? My requirement doesn't need to be load balance, I just want that when my primary subversion server is down my secondary server would be up. Does not need to be realtim