Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] svn server permissions for top-level svn update"
2011 Apr 25
0
[LLVMdev] svn server permissions for top-level svn update
Hi Jay,
> Is there anything that can be done at the server end to fix this, or
> at my end to work around it (without having to keep cd'ing into
> subdirectories)?
I use the following from a script:
find . -maxdepth 1 -mindepth 1 -type d -name .svn -prune -o -type d -exec svn
update \{\} \;
Ciao, Duncan.
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
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 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 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
2011 Jul 07
7
[LLVMdev] type-system-rewrite branch near landing
On Thu, Jul 7, 2011 at 12:55 AM, Jay Foad <jay.foad at gmail.com> wrote:
>> 1. Clang - Jay, do you have a patch for this?
>
> Yes. It's good enough to build most of LLVM+Clang, except for a couple
> of files. But I'm running out of time and expertise to be able to fix
> the remaining bits. Some specific concerns:
>
> 1. Many Objective-C(++) tests fail, because
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?)
2011 Jul 07
0
[LLVMdev] type-system-rewrite branch near landing
> 1. Clang - Jay, do you have a patch for this?
Yes. It's good enough to build most of LLVM+Clang, except for a couple
of files. But I'm running out of time and expertise to be able to fix
the remaining bits. Some specific concerns:
1. Many Objective-C(++) tests fail, because they use implicitly
defined structs for various ObjC runtime data structures; the
ASTConsumer
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
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
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
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:
2012 Feb 18
5
Folder name migration when moving from 2.0.x to 2.1.x?
Today I encountered this after upgrading:
Feb 18 18:15:40 postamt dovecot: imap(lehnertr): Panic: LIST: Mailbox name not UTF-8: INBOX.Entw?rfe
Feb 18 18:15:40 postamt dovecot: imap(lehnertr): Error: Raw backtrace:
/usr/local/lib/dovecot/libdovecot.so.0(+0x4104a) [0xb75cc04a] ->
/usr/local/lib/dovecot/libdovecot.so.0(+0x410bb) [0xb75cc0bb] ->
/usr/local/lib/dovecot/libdovecot.so.0(i_fatal+0)
2017 Jun 25
2
IMPORTANT: LLVM.org server move complete (SVN impact please read)
Adding +Eric Liu <ioeric at google.com> who helps with Phabricator....
On Sun, Jun 25, 2017 at 3:15 PM Davide Italiano via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> On Sun, Jun 25, 2017 at 12:32 PM, Anton Korobeynikov
> <anton at korobeynikov.info> wrote:
> > Thanks, fixed.
> >
>
> Also, FWIW, phabricator commit mails are broken. Example:
>
>
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
2010 Mar 27
4
[LLVMdev] [repository] Make LLVM repository Git-clonable
Hi,
As a Linux package maintainer I tend to follow LLVM mostly towards the
end of each release cycle; nevertheless, I sometimes need to keep
track of multiple LLVM branches at the same time.
It would be great if I could use Git's SVN to clone the repository
once, and then have the full version history available locally in a
compact format. As a bonus, this will reduce the load on the server
2018 Feb 13
1
can't extract diffs from llvm svn any more
It used to be that you could extract the diff for change with a command
like:
svn diff -c 323998 http://llvm.org/svn/llvm-project/cfe/trunk
I now get:
svn: E175013: Access to '/svn/llvm-project/!svn/vcc/default' forbidden
I uses this to extract upstream patches for release version of llvm
products to add to the packages in FreeBSD. If there's another prefered
option please let me
2010 Mar 28
0
[LLVMdev] [repository] Make LLVM repository Git-clonable
On Sat, Mar 27, 2010 at 4:38 PM, Michel Alexandre Salim
<michael.silvanus at gmail.com> wrote:
>> git svn clone --no-minimize-url -s http://llvm.org/svn/llvm-project/llvm llvm
> Initialized empty Git repository in /home/inf2/i2staff/salim/checkout/llvm/.git/
> RA layer request failed: Server sent unexpected return value (403
> Forbidden) in response to REPORT request for
>
2011 Jul 07
5
[LLVMdev] type-system-rewrite branch near landing
An update on the type-system-rewrite branch (http://llvm.org/viewvc/llvm-project/llvm/branches/type-system-rewrite/):
It's now to the point where it passes all regression tests all of single source (and most of externals/multisource) when using an LLVM 2.9 version of clang to compile programs to a rbc file. I have what looks like one more subtle type mapping bug to track down, which will
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