High availability

2012-10-04 Thread Ullrich.Jans
Hi, I'm running a rather large Subversion installation (1000 repos, 1 TB total storage, 1000 users). I'm looking for advice how to improve our availability. We're currently quite good, but I'm a bit worried about e.g. hardware failure. Performance is not an issue for now (machine load 2, at

SVN without additional copies of the data in the .svn folders

2012-10-04 Thread Christian Möllering
Hello, we have started using SVN not only for code, but for all documents used. In that case, the additional copies of the data in the .svn folders (on client side) take a lot of disk space, while with these kind of data, diffs etc. will never be done. Is it possible to omit these additional

Re: SVN without additional copies of the data in the .svn folders

2012-10-04 Thread Ryan Schmidt
On Oct 4, 2012, at 02:18, Christian Möllering wrote: we have started using SVN not only for code, but for all documents used. In that case, the additional copies of the data in the .svn folders (on client side) take a lot of disk space, while with these kind of data, diffs etc. will never

Re: High availability

2012-10-04 Thread Nico Kadel-Garcia
On Thu, Oct 4, 2012 at 3:19 AM, ullrich.j...@elektrobit.com wrote: Hi, I'm running a rather large Subversion installation (1000 repos, 1 TB total storage, 1000 users). I'm looking for advice how to improve our availability. We're currently quite good, but I'm a bit worried about e.g.

Authetication Problem

2012-10-04 Thread Ajay Pawar
Hi, One of the SVN user is not able to connect to the SVN repository. When he enters the Authentication Credentials the Authentication POP UP windows comes again-2. Need your help. Regards, Ajay Pawar

Re: Authetication Problem

2012-10-04 Thread vishwajeet singh
On Thu, Oct 4, 2012 at 2:27 PM, Ajay Pawar ajay.pa...@kpitcummins.comwrote: Hi, One of the SVN user is not able to connect to the SVN repository. When he enters the Authentication Credentials the Authentication POP UP windows comes again-2. which protocol you are running

RE: Authetication Problem

2012-10-04 Thread Cooke, Mark
Hello, Please post in plain text without the un-enforceable footnote if possible, thanks! -Original Message- From: Ajay Pawar [mailto:ajay.pa...@kpitcummins.com] Sent: 04 October 2012 09:57 To: users@subversion.apache.org Cc: Ajay Pawar Subject: Authetication Problem Hi,

RE: High availability

2012-10-04 Thread Ullrich.Jans
Hi Nico, -Original Message- From: Nico Kadel-Garcia [mailto:nka...@gmail.com] Sent: Thursday, October 04, 2012 10:30 AM To: Jans Ullrich Cc: users@subversion.apache.org Subject: Re: High availability Go call WanDisco. They have *precisely* this sort of high availability setup in

RE: Authetication Problem

2012-10-04 Thread Ajay Pawar
We are using https protocol. Where do I find the Apache log file on the server machine ? Thanks From: vishwajeet singh [mailto:dextrou...@gmail.com] Sent: Thursday, October 04, 2012 2:35 PM To: Ajay Pawar Cc: users@subversion.apache.org Subject: Re: Authetication Problem On Thu, Oct 4, 2012

Re: Authetication Problem

2012-10-04 Thread vishwajeet singh
On Thu, Oct 4, 2012 at 3:06 PM, Ajay Pawar ajay.pa...@kpitcummins.comwrote: We are using https protocol. ** ** Where do I find the Apache log file on the server machine ? That again depends on OS you are running on windows it will be in same directory as Apache install directory on

RE: Authetication Problem

2012-10-04 Thread Ajay Pawar
Visual SVN Server 2.5.5 OS Windows Server 2003 Client Tortoise SVN 1.7.5 Basic Authentication - LDAP From: vishwajeet singh [mailto:dextrou...@gmail.com] Sent: Thursday, October 04, 2012 3:10 PM To: Ajay Pawar Cc: users@subversion.apache.org Subject: Re: Authetication Problem On Thu, Oct 4,

Re: Authetication Problem

2012-10-04 Thread Thorsten Schöning
Guten Tag Ajay Pawar, am Donnerstag, 4. Oktober 2012 um 11:36 schrieben Sie: Where do I find the Apache log file on the server machine ? You should really be better prepared when asking for support on mailing lists, often details are everything. Not only that your httpd can be installed anyway

Authentication Error

2012-10-04 Thread Ajay Pawar
Hi I am facing an authentication problem, I am not able to connect to the SVN repository. When I enter user credentials i.e. User and Password the Authentication Windows again pop -up. Details of the Server and client machine : Using Visual Server 2.5.5 on windows server 2003 Client machine

Re: High availability

2012-10-04 Thread Daniel Shahaf
ullrich.j...@elektrobit.com wrote on Thu, Oct 04, 2012 at 07:19:10 +: Does anyone here know how other large/high profile sites (e.g. the Apache foundation) are ensuring availability? I couldn't find any hints at the website... https://www.apache.org/dev/machines We use raidz2 plus dual

svn:eol-style native and reintegrate merge

2012-10-04 Thread James French
Hi, Using svn 1.7.6 and working on a dev branch I wrote a script to set svn:eol-style=native on all source code files, because we develop on Mac and PC. When I tried to check in it kept failing on files that had inconsistent line endings so I kept fixing them until I was able to check in. So

svn:eol-style native and reintegrate merge

2012-10-04 Thread James French
Hi, Using svn 1.7.6 and working on a dev branch I wrote a script to set svn:eol-style=native on all source code files, because we develop on Mac and PC. When I tried to check in it kept failing on files that had inconsistent line endings so I kept fixing them until I was able to check in. So

svn:eol-style native and reintegrate merge

2012-10-04 Thread James French
Hi, Using svn 1.7.6 and working on a dev branch I wrote a script to set svn:eol-style=native on all source code files, because we develop on Mac and PC. When I tried to check in it kept failing on files that had inconsistent line endings so I kept fixing them until I was able to check in. So