Displaying 20 results from an estimated 7000 matches similar to: "[LLVMdev] svn problems?"
2013 Aug 20
0
[LLVMdev] svn problems?
On 20.08.2013, at 11:16, David Chisnall <David.Chisnall at cl.cam.ac.uk> wrote:
> Hi,
>
> When I try to use LLVM svn (with svn 1.8.0), I'm currently seeing this:
>
> svn: E175004: The PROPFIND response did not include the requested properties
>
> Does anyone else have this problem?
Seems to be a known bug in SVN 1.8.0, can you try upgrading to 1.8.1 or
2013 Aug 20
1
[LLVMdev] svn problems?
On 20 Aug 2013, at 10:35, Benjamin Kramer <benny.kra at gmail.com> wrote:
> Seems to be a known bug in SVN 1.8.0, can you try upgrading to 1.8.1 or downgrading to 1.7?
Downgrading to 1.7.x means that I can't access my local repo, since there is no svn downgrade.
Upgrading to 1.8.1 gives:
svn: E175002: Unable to connect to a repository at URL 'https://theraven at
2006 Mar 13
1
svn rails problem
svn co http://dev.rubyonrails.org/svn/rails/trunk
svn: PROPFIND request failed on ''/svn/rails/trunk''
svn: PROPFIND of ''/svn/rails/trunk'': Could not resolve hostname
`dev.rubyonrails
.org'': The requested name is valid and was found in the database, but it
does no
t have the correct associated data being resolved for.
(http://dev.rubyonrails
.org)
--
2006 Mar 07
1
SVN troubles
Dear r-devel,
Sorry to trouble the list with this, but I've been beating my head
against the wall trying to figure out what's wrong. When I try to
connect to the R SVN server, I get the following message:
(sly at cornas):~/src/R$ svn co https://svn.r-project.org/R/trunk r-devel
svn: PROPFIND request failed on '/R/trunk'
svn: PROPFIND of '/R/trunk': SSL negotiation
2006 Dec 14
2
public SVN dead?
James Mead wrote:
> Trunk has moved on considerably since the last release. I really must
> get round to releasing again soon.
Righty, right. I''ve tried:
svn checkout svn://rubyforge.org/var/svn/mocha
as documented here [1], but svn will just hang forever.
Accessing any of the following:
[svn|http[s]]://rubyforge.org/var/svn/mocha[/[trunk[/]]]
either through the svn
2016 Jul 30
2
llvm.org svn issue?
I am able to do an svn checkout, but commits fail even before I'm asked for
authentication.
svn: E175002: Commit failed (details follow):
svn: E175002: Server sent unexpected return value (400 Bad Request) in
response to MKACTIVITY request for
'/svn/llvm-project/!svn/act/ef968a87-16e6-4ff1-807a-7f7f88609c97'
Is this a server issue?
-- HT
-------------- next part --------------
An
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
2006 Jan 09
4
Engine install problems with OS X
I have everything installed via Darwin ports. When I try to do a
"script/plugin install engines" in a freshly created rails app I get
the following:
Macintosh:~/My Web Sites/nckapool bill$ script/plugin install engines
svn: PROPFIND request failed on ''/rails/plugins''
svn: PROPFIND of ''/rails/plugins'': 403 Forbidden (http://
svn.protocool.com)
2006 Mar 13
9
Subversion problem - since you guys talked me into it :)
Following the advice here I''ve been trying to get subversion installed
and working from my virtual dedicated server this weekend. I believe
everything is installed properly, and that all that''s left is to get the
apache httpd.conf file set up correctly.
to talk to my server with my client I''m using the path:
http://svn.mylittlecorneroftheinternet.com/svn/repos/
error
2006 May 24
2
WebDav on rails
I am trying to do webdav on rails. I already did it with PHP so it should not be
much difference.
However I have some problems.
1) When Word sends PROPFIND it sends GET request with XML inside the request
body. However I cannot seem to get this information.
request.body returns no such method even though request.inspect shows there is
instance variable called @body.
How can I access that?
2)
2006 Apr 13
4
apache permission problems
Well i finally got CentOS 4.3 booting, apache is installed, and im
trying to setup some virutal hosts, i want the main site to be my
default virtual host (which i had on my gentoo server) but i keep
getting permission denied errors:
Forbidden
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to
use an ErrorDocument to
2009 Oct 11
3
SVN hell!
Hi!
I'm trying to install SVN on a latest version of CentOS (5.3). I just did:
yum install subversion
yum install mod_dav_svn
Then i edited /etc/httpd/conf.d/subversion.conf
and here is the content:
========================
<Location /svn>
DAV svn
SVNParentPath /var/www/svn
# Limit write permission to list of valid users.
<LimitExcept GET PROPFIND OPTIONS
2007 Oct 17
0
svn access via apache with ntlm authentication
My setup :
Debian Etch i386
httpd-2.0.61 configured with the following command
"./configure --prefix=/opt/httpd-2.0.61 --with-mpm=worker --enable-so
--enable-dav=shared
--enable-unique-id=shared --enable-version=shared --enable-ssl=shared
--enable-info=shared
--enable-cgi=shared --enable-rewrite=shared --enable-cache=shared --
enable-disk-cache=shared --enable-deflate=shared"
2007 Apr 02
1
SVN Propget error linking to techno-weenie.net
After installing the plugin like this:
./script/plugin install -x http://svn.techno-weenie.net/projects/plugins/exception_logger/
I get this error when accessing the source repositories:
svn: PROPFIND request failed on ''/projects/plugins/exception_logger/
init.rb''
svn: PROPFIND of ''/projects/plugins/exception_logger/init.rb'': Could
not resolve hostname
2007 Jul 25
0
[LLVMdev] [Fwd: Re: svn issues]
This just in from Oscar ..
Reid
-------- Forwarded Message --------
> From: Oscar Fuentes <ofv at wanadoo.es>
> To: Reid Spencer <rspencer at reidspencer.com>
> Subject: Re: svn issues
> Date: Wed, 25 Jul 2007 19:09:17 +0200
>
> Reid Spencer <rspencer at reidspencer.com> writes:
>
> > Hi David,
> >
> > On Wed, 2007-07-25 at 10:38 -0500,
2007 Jun 24
2
cannot download from svn
Hello all,
Can you download icecast from svn?
I got this error when tryint it:
svn co http://svn.xiph.org/icecast/trunk/icecast/ icecast
svn: PROPFIND request failed on '/icecast/trunk/icecast'
svn: PROPFIND of '/icecast/trunk/icecast': could not connect to server
(http://svn.xiph.org)
2006 Apr 07
1
HTTP 1.1 parser and non-standard request methods
hi,
i was thinking of creating a WebDAV plugin for mongrel, but ran into an
issue... the http parser hardcodes which request methods it considers
valid, so it blocks non-standard request methods like MKCOL, PROPFIND,
etc. i''m not familiar with the type of grammar being used for the
parser, but is it possible to defer the request method validation to a
later point, possibly inside the
2015 Jul 28
4
[LLVMdev] Request: Changing commit message in llvm trunk
Hi
I'm trying to change a commit message that became malformed when pushing to
trunk
svn propedit svn:log --revprop -r 243434
> svn: E175002: DAV request failed; it's possible that the repository's
> pre-revprop-change hook either failed or is non-existent
> svn: E175002: Repository has not been enabled to accept revision
> propchanges;
> ask the administrator to
2009 May 18
2
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
On May 18, 2009, at 11:35 AM, Frits van Bommel wrote:
> Török Edwin wrote:
>> I think you don't need to support all trunk revisions.
>> People using trunk could be told to either update to a certain
>> revision,
>> or stick to a released version.
>
> We don't support /all/ trunk revisions, but we don't like to force
> upgrades
> unless
2009 May 18
0
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
Chris Lattner wrote:
> The idea of the patch to add the new option to llvm-config sounds
> great to me. One concern: does an svn up now cause a complete relink
> of all llvm tools? Ideally, I'd like to see something like this:
In the current version of my patch the revision is only updated on a
re-configure/CMake. On a second thought that is quite stupid. But I'm
not sure