Problema with httpd server: (20014)Internal error: SQLite is required to be compiled and run in thread-safe mode

2010-03-09 Thread Érico Fusco
Hi guys, I'm trying using subversion 1.6.9 but there is a problem when ai try to view the project by http server. Here is the log of my apache server: [Tue Mar 09 23:58:10 2010] [error] [client 192.168.1.1] (20014)Internal error: SQLite is required to be compiled and run in thread-safe mode [Tue

Re: Programming a Watcher File

2010-03-09 Thread David Weintraub
After playing around with snvnotify, I notice all it does is use the SNV::Notify class. I'll just add the option to use SNV::Notify if you happen to have the module installed. -- David Weintraub qazw...@gmail.com

Re: Programming a Watcher File

2010-03-09 Thread Larry Shatzer, Jr.
On Tue, Mar 9, 2010 at 10:27 AM, David Weintraub wrote: > I'm looking at the SVN:Notify, and it appears to require sendmail. Is > that correct? I would rather use NET::SMTP which is more platform > neutral. > > What does the NET::SMTP notification look like? Does it do a diff > between files? Doe

Re: Programming a Watcher File

2010-03-09 Thread David Weintraub
I'm looking at the SVN:Notify, and it appears to require sendmail. Is that correct? I would rather use NET::SMTP which is more platform neutral. What does the NET::SMTP notification look like? Does it do a diff between files? Does it tell you all the files modified, or just the ones you're interes

Re: Locking in Subversion

2010-03-09 Thread Ulrich Eckhardt
On Tuesday 09 March 2010, sanjay_pa...@johnlewis.co.uk wrote: > I have been asked to configure Subv in a way that all word docs/newly > added docs are configured for needs-lock in a particular projecy (say > Project A) under a repository. > > Initially I tried to implement this by adding below prop

Re: svn 1.6x and apache compression - mod_deflate

2010-03-09 Thread Stefan Sperling
On Tue, Mar 09, 2010 at 05:33:34PM +0100, Stefan Sperling wrote: > On Tue, Mar 09, 2010 at 05:10:11PM +0100, Leszek Szarlej wrote: > > Thanks for the info. > > >See http://svn.haxx.se/dev/archive-2009-08/0274.shtml > > In mentioned example apache runs on worker mpm. I've sent a message to this > >

Re: svn 1.6x and apache compression - mod_deflate

2010-03-09 Thread Stefan Sperling
On Tue, Mar 09, 2010 at 05:10:11PM +0100, Leszek Szarlej wrote: > Thanks for the info. > >See http://svn.haxx.se/dev/archive-2009-08/0274.shtml > In mentioned example apache runs on worker mpm. I've sent a message to this > group few days ago about users experience with svn and worker mpm. I didn't

Locking in Subversion

2010-03-09 Thread Sanjay_Patil
Hi Guys, Please can you advise me on below. I have been asked to configure Subv in a way that all word docs/newly added docs are configured for needs-lock in a particular projecy (say Project A) under a repository. Initially I tried to implement this by adding below property to my Subv confi

Re: svn 1.6x and apache compression - mod_deflate

2010-03-09 Thread Leszek Szarlej
Thanks for the info. >See http://svn.haxx.se/dev/archive-2009-08/0274.shtml In mentioned example apache runs on worker mpm. I've sent a message to this group few days ago about users experience with svn and worker mpm. I didn't get any answer. It concerns me if svn is thread-safe and if the said me

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Steffen Sledz
Johan Corveleyn wrote: > You could be experiencing a client-side timeout. Svn with neon (which > is the default client-side http access library) has a default timeout > of 30 seconds. If the client doesn't get something within those 30 > seconds, it terminates the connection. > > You can specify a

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Steffen Sledz
Johan Corveleyn wrote: >> But i did not expect success here, because the error occurred after >> about 15 minutes what is much longer than the http-timeout. > > [ Remember to put the list in cc as well, so the reply goes not only to me ] Sorry for that. > Alternatively, in your setup (with squid

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Johan Corveleyn
On Tue, Mar 9, 2010 at 2:37 PM, Steffen Sledz wrote: > Johan Corveleyn wrote: >> You could be experiencing a client-side timeout. Svn with neon (which >> is the default client-side http access library) has a default timeout >> of 30 seconds. If the client doesn't get something within those 30 >> s

[no subject]

2010-03-09 Thread tony

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Johan Corveleyn
On Tue, Mar 9, 2010 at 11:47 AM, Steffen Sledz wrote: > Ulrich Eckhardt wrote: >>>  git svn clone -s https://ourserver/repos/openembedded >> >> What does 'git svn clone...' do? Can you reproduce the problem with just svn? > > Until the point the error occurs it's just a sequence of > a few OPTIONS

Re: Programming a Watcher File

2010-03-09 Thread Johan Corveleyn
On Tue, Mar 9, 2010 at 1:15 AM, David Weintraub wrote: > The idea is to allow users to specify exactly which they want to > watch. It might be a few configuration files, images, etc. > > Hudson will notify if any files in the entire project are changed, and > when you do a dozen builds each day, t

Re: In CVS I had a %Log% directive I could insert into my source code.

2010-03-09 Thread Erik Andersson
http://subversion.apache.org/faq.html#log-in-source Cheers / Erik On Tue, Mar 9, 2010 at 4:05 PM, Strickland, Larry < larry.strickl...@infocrossing.com> wrote: > In CVS I had a %Log% directive I could insert into my source code. Is > there a

In CVS I had a %Log% directive I could insert into my source code.

2010-03-09 Thread Strickland, Larry
In CVS I had a %Log% directive I could insert into my source code. Is there a similar option in SVN? Larry Strickland Senior Systems Administrator || Infocrossing Inc., a Wipro Company || 11800 Ridge Parkway, Suite 200 Broomfield, CO 80021 || P: (720) 566-1239 || || |larry.strickl...@infocros

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Steffen Sledz
Ulrich Eckhardt wrote: >> git svn clone -s https://ourserver/repos/openembedded > > What does 'git svn clone...' do? Can you reproduce the problem with just svn? Until the point the error occurs it's just a sequence of a few OPTIONS, PROPFIND, and REPORT requests. I'm not sure if i can reproduc

Re: svn 1.6x and apache compression - mod_deflate

2010-03-09 Thread Stefan Sperling
On Tue, Mar 09, 2010 at 04:03:33AM +0100, Leszek Szarlej wrote: > Hi > > In svn book ver. 1.0 there is written: > "Deflate compression places a small burden on the client and server to > compress and decompress network transmissions as a way to minimize the size > of the actual transmission. In ca

Re: Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Ulrich Eckhardt
On Tuesday 09 March 2010, Sledz, Steffen wrote: > One of the repositories is a copy of the openembedded git repo, > which contains a few thousand files and a big history. > > When calling > > git svn clone -s https://ourserver/repos/openembedded What does 'git svn clone...' do? Can you reproduce

Provider encountered an error while streaming a REPORT response. [400, #0]

2010-03-09 Thread Sledz, Steffen
We're running an SVN-HTTPS-Server at a CentOS 5.4 server with subversion-1.6.6-0.1.el5.rf httpd-2.2.14-jason.1 apr-1.3.8-1.jason.1 One of the repositories is a copy of the openembedded git repo, which contains a few thousand files and a big history. When calling git svn clone -s https://ou