Re: mpm_winnt with LDAP httpd child process using 100% CPU workaround

2014-06-10 Thread martin+dec
On Thursday, May 1, 2014 12:20:51 PM UTC+1, Weisser, Mark S (CTO Architecture + Engineering) wrote: > > Another thread with subject “Re: Subversion 1.8 httpd.exe taking 100% > CPU” describes a 100% CPU condition that sporadically occurs in the single > httpd child process when using mpm_winnt w

Re: Moving repositories up a level

2014-06-10 Thread John Adams
Thank you! I had done considerable research on this (or so I thought--searching on "splitting" rather than "moving" turns out to be much more helpful). This is what I'd been using as a guide: http://blog.tinned-software.net/splitting-up-an-svn-repository/ I've done the dump/filter/load cycle a few

Authentication Issue

2014-06-10 Thread Pape, Barry
Hello, We have a service account in our domain that we use for our builds. I am trying to connect to our Subversion server via the command line: svn co --username BuildUser --password private --no-auth-cache https://svnserver/Repo1/trunk/ This works fine from my local machine, but from the bui

Re: Authentication Issue

2014-06-10 Thread Johan Corveleyn
On Tue, Jun 10, 2014 at 11:21 PM, Pape, Barry wrote: > Hello, > > > > We have a service account in our domain that we use for our builds. I am > trying to connect to our Subversion server via the command line: > > svn co --username BuildUser --password private --no-auth-cache > https://svnserver/