similar to: Subversion: 400 Bad request error

Displaying 20 results from an estimated 9000 matches similar to: "Subversion: 400 Bad request error"

2006 Aug 16
1
Re: 400 Bad Request error from svn
It's nice to see that the OS where CentOS gets its sources from also experiments the same error! I have been very busy lately so I haven't had the time to deal with the problem, probably later this week or early next week. As soon as I find something Ill let you know. Hopefully you'll do the same if you come across the solution first. PS. Forwarding this message to the mailing
2007 Jul 25
0
[LLVMdev] svn issues
Hi David, On Wed, 2007-07-25 at 10:38 -0500, David A. Greene wrote: > I'm getting a lot of errors from svn like this: > > svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' > svn: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not read response > body: Secure connection truncated (https://llvm.org) What is
2007 Jul 25
3
[LLVMdev] svn issues
I'm getting a lot of errors from svn like this: svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' svn: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not read response body: Secure connection truncated (https://llvm.org) I've now been checking out llvm-gcc for two days. Is there a problem with the server? I don't have this issue with other
2007 Jul 25
3
[LLVMdev] svn issues
On Wednesday 25 July 2007 11:06, Reid Spencer wrote: > Hi David, > > On Wed, 2007-07-25 at 10:38 -0500, David A. Greene wrote: > > I'm getting a lot of errors from svn like this: > > > > svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' > > svn: REPORT of '/svn/llvm-project/!svn/vcc/default': Could not read > > response
2010 Mar 30
3
[LLVMdev] Need help fixing 2.7 release blockers
On Tuesday 30 March 2010 17:45:16 David Greene wrote: > On Tuesday 30 March 2010 16:09:03 Tanya Lattner wrote: > > Please take a look at all release blockers: > > http://llvm.org/bugs/show_bug.cgi?id=6586 > > 5893 is not release-critical according to Doug. > > 6640 appears to be a test system problem with a patch available (one of the > ones you're working on?)
2010 Apr 01
7
Press release: Virtual Communication Clouds :: New feature in Asterisk 1.8
FOR IMMEDIATE RELEASE Puerto Escondido, Mexico, April 1st, 2010: Digium launches Asterisk VCC (TM) - a new virtual communication platform for enterprises, the public sector and the home. =========================================================== Asterisk 1.8 will contain a stunning new technology for all Asterisk users world- wide - virtual communication clouds or VCC (TM). With this
2007 Jul 25
0
[LLVMdev] svn issues
On Wednesday 25 July 2007 11:45, David Greene wrote: > On Wednesday 25 July 2007 11:06, Reid Spencer wrote: > > Hi David, > > > > On Wed, 2007-07-25 at 10:38 -0500, David A. Greene wrote: > > > I'm getting a lot of errors from svn like this: > > > > > > svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' > > > svn:
2009 Aug 10
3
[LLVMdev] svn down?
I've been getting this on svn update all day: svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' svn: REPORT of '/svn/llvm-project/!svn/vcc/default': 403 Forbidden (http://llvm.org) Is this related to the server problems that have been going on for a while? -Dave
2007 Jul 12
2
[LLVMdev] Installing clang
Really happy to hear llvm has the brand-new front-end. But, unfortunately, I failed to install it. When I 'svn co http://llvm.org/svn/llvm-project/cfe/trunk clang' in llvm/tools folder, I got this message.. svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' svn: REPORT of '/svn/llvm-project/!svn/vcc/default': 400 Bad Request (http://llvm.org) Am I missing
2011 Jul 08
0
[LLVMdev] type-system-rewrite branch near landing
>>  ~/svn/llvm-project/llvm/branches$ svn up >>  svn: Server sent unexpected return value (403 Forbidden) in response >> to REPORT request for '/svn/llvm-project/!svn/vcc/default' > > I think that explicitly returns Forbidden just to avoid the strain on > the server; if you have any write access, you should have write access > to everything. Off topic, but
2009 Aug 10
0
[LLVMdev] svn down?
On Aug 10, 2009, at 2:59 PM, David Greene wrote: > I've been getting this on svn update all day: > > svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' > svn: REPORT of '/svn/llvm-project/!svn/vcc/default': 403 Forbidden > (http://llvm.org) > > Is this related to the server problems that have been going on for a > while? > svn is
2011 Apr 22
3
[LLVMdev] svn server permissions for top-level svn update
Hi, My svn working copy mirrors the layout of the whole svn repository, from llvm-project downwards, so I have: ~/svn/llvm-project/ ~/svn/llvm-project/llvm/ ~/svn/llvm-project/llvm/trunk/ # lots of stuff in here ~/svn/llvm-project/cfe/ ~/svn/llvm-project/cfe/trunk/ # and lots of stuff in here (and likewise for test-suite, llvm-gcc-4.2 and dragonegg) This is nice because I can do "svn
2009 Aug 11
1
[LLVMdev] svn down?
On Monday 10 August 2009 17:42, Tanya Lattner wrote: > On Aug 10, 2009, at 2:59 PM, David Greene wrote: > > I've been getting this on svn update all day: > > > > svn: REPORT request failed on '/svn/llvm-project/!svn/vcc/default' > > svn: REPORT of '/svn/llvm-project/!svn/vcc/default': 403 Forbidden > > (http://llvm.org) > > > > Is
2007 Feb 09
2
Could not read chunk size?
I''m running Edge Rails and I have it as an SVN External in my vendor directory. For the last few days I''ve been getting these errors when I try to deploy with Capistrano: ** [out :: myserver.org] svn: REPORT request failed on ''/svn/rails/!svn/vcc/default'' ** [out :: myserver.org] svn: REPORT of ''/svn/rails/!svn/vcc/default'': Could not read
2015 Nov 18
1
[Mesa-dev] llvm TGSI backend (WIP) questions
Hi, On 13-11-15 19:51, Tom Stellard wrote: > On Fri, Nov 13, 2015 at 02:46:52PM +0100, Hans de Goede wrote: >> Hi All, >> >> So as discussed I've started working on a TGSI backend for >> llvm to use as a way to get compute going on nouveau (and other gpu-s). >> >> I'm still learning all the ins and outs of llvm so I do not have >> much to show
2010 Mar 30
0
[LLVMdev] Need help fixing 2.7 release blockers
On Mar 30, 2010, at 4:04 PM, David Greene wrote: > On Tuesday 30 March 2010 17:45:16 David Greene wrote: >> On Tuesday 30 March 2010 16:09:03 Tanya Lattner wrote: >>> Please take a look at all release blockers: >>> http://llvm.org/bugs/show_bug.cgi?id=6586 >> >> 5893 is not release-critical according to Doug. >> >> 6640 appears to be a test
2007 Mar 19
5
Dedicated Servers
Hi, A little bit off topic here, but I was wondering if anybody knows about a good dedicate server provider, that offers CentOS (but ofcourse) as a os choice, and that is very reliable. I am using SuperbServer, but as of this moment 2007/03/19 1406 America/NewYork time, my server is down do to a power outage at one of their facilities in VA. This is the second outage in less that 5 months.
2014 May 12
2
[LLVMdev] phabricator says "this commit is still importing"
On Mon, May 12, 2014 at 9:34 AM, Manuel Klimek <klimek at google.com> wrote: > It seems that we cannot execute svn commands against llvm-project any more: > $ svn diff -r 208457:208458 'http://llvm.org/svn/llvm-project' > svn: access to '/svn/llvm-project/!svn/vcc/default' forbidden > > Tanja, any idea what changed? > (Tanya, sorry for messing up the name,
2007 Nov 09
2
SMB Shares with subversion backing store
To all, I was wondering if it was possible to setup samba shares that use subversion as a backing store for the files. Whenever a new file is created it is added to the subversion tree, whenever a file is opened it is checked out of the subversion tree, and whenever it is deleted it is removed from the subversion tree. The idea is that one could use subversion to retain previous versions of
2006 Nov 17
2
Upgrading subversion
Hello, I?d like to install subversion system in our server (CentOS-4.4) up2date has the subversion-1.1.4-2, but subversion is already on verson 1.4.2 Perhaps I loose good features if I install subversion-1.1.x, but I prefer to use the version delivered by up2date, of course. 1) What do you suggest? If I try to install subversion-1.4.2 from source it asks for apr and apr-util version 0.9.7 or