Re: [sword-devel] Subversion server connection timeouts

2010-07-20 Thread Manfred Bergmann
Yep, thanks. That worked for the initial import. For just a few files I might be able to switch back to https. Manfred Am 20.07.2010 um 12:24 schrieb DM Smith: > Manfred, > Try doing an svn relocate from https to http. It will put passwords at risk > of capture. So it is a short term fix But

Re: [sword-devel] Subversion server connection timeouts

2010-07-20 Thread DM Smith
Manfred, Try doing an svn relocate from https to http. It will put passwords at risk of capture. So it is a short term fix But it will take tls out of the picture. In Him, DM Sent from my phone On Jul 20, 2010, at 5:18 AM, Manfred Bergmann wrote: > Troy, > > This is the command line: > mber

Re: [sword-devel] Subversion server connection timeouts

2010-07-20 Thread Manfred Bergmann
Troy, This is the command line: mbergm...@lincrafter:~/_sources/crosswire/sword-trunk/bindings> svn commit objc -m "Added Objective-C bindings including a Xcode project." --username ** Anmeldebereich: CrossWire SVN Passwort für »«: Hinzufügen o

Re: [sword-devel] Subversion server connection timeouts

2010-07-20 Thread Troy A. Griffitts
Manfred, I've looked around /etc/httpd/conf.d/ and couldn't find +TLSv1 anywhere. You should have permission to look around there. Let me know if you find a place I should change things. I've had a few strange errors since we've had our server relocated to a new physical location recently. I h

Re: [sword-devel] Subversion server connection timeouts

2010-07-20 Thread Manfred Bergmann
I've Yahoo'ed a little and found this in the SVN forum which is exactly the problem I'm facing. http://www.svnforum.org/2017/viewtopic.php?t=8466 It is basically removing the "+TSLv1" from the SSLProrocol config in the virtual host where svn is running on. #SSLProtocol -ALL +SSLv3 +TLSv1 SSLPro

Re: [sword-devel] Subversion server connection timeouts

2010-07-18 Thread Manfred Bergmann
Am 18.07.2010 um 17:15 schrieb Greg Hellings: > Manfred, > > On Sun, Jul 18, 2010 at 9:06 AM, Manfred Bergmann > wrote: >> Hi. >> >> I'm trying to push ObjC bindings. I tried committing now at least 10 times >> but every time I get a timeout somewhere. >> I remember I had similar experiences

Re: [sword-devel] Subversion server connection timeouts

2010-07-18 Thread Greg Hellings
Manfred, On Sun, Jul 18, 2010 at 9:06 AM, Manfred Bergmann wrote: > Hi. > > I'm trying to push ObjC bindings. I tried committing now at least 10 times > but every time I get a timeout somewhere. > I remember I had similar experiences when I tried to pull whole JSword a > while ago where a coupl

[sword-devel] Subversion server connection timeouts

2010-07-18 Thread Manfred Bergmann
Hi. I'm trying to push ObjC bindings. I tried committing now at least 10 times but every time I get a timeout somewhere. I remember I had similar experiences when I tried to pull whole JSword a while ago where a couple of attempts were necessary to get all sources. Is this a problem with Apache'