Displaying 20 results from an estimated 36 matches for "propfind".
Did you mean:
proofing
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 Mar 13
9
Subversion problem - since you guys talked me into it :)
...t 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 returned by the client is this:
subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
svn: PROPFIND request failed on ''/svn/repos''
subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
svn: PROPFIND of ''/svn/repos'': Could not resolve hostname
`svn.mylittlecorneroftheinternet.com'': No address associated with
nodename (http://svn.mylittlecorneroftheinter...
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)
svn: PROPFIND request failed on ''/public/plugins''
svn: PROPFIND of ''/public/plugins'': Could not resolve hostname...
2006 Dec 14
2
public SVN dead?
...[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 client or through a web-browser didn''t work either. The
svn client tells me:
$ svn checkout http://rubyforge.org/var/svn/mocha
svn: PROPFIND request failed on ''/var/svn/mocha''
svn: PROPFIND of ''/var/svn/mocha'': 405 Method Not Allowed
(http://rubyforge.org)
whereas the browser returns a generic "Page Not Found" Page...
Is rubyforge.org currently broken wrt the SVN repository?
*t
PS: Than...
2006 Aug 08
8
Unable to freeze:edge
Hi,
Whenever I try to rake rails:freeze:edge it fails.
Here is the trace:
(in D:/work/radrails/rdepot)
** Invoke rails:freeze:edge (first_time)
** Execute rails:freeze:edge
d:/ruby/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/core_ext/k
ernel/agnostics.rb:7: [BUG] rb_sys_fail(svn --version) - errno == 0
ruby 1.8.4 (2006-04-14) [i386-mswin32]
abnormal program termination
This
2006 Apr 14
0
Trouble installing plugin?
Hello all --
I''m having trouble installing a plugin - exception_notification,
specifically. I''m developing on WinXP / Cygwin, with Rails 1.0 at the
moment.
$ ruby script/plugin discover
$ ruby script/plugin install exception_notification
svn: PROPFIND request failed on ''/rails/plugins''
svn: PROPFIND of ''/rails/plugins'': 403 Forbidden (http://svn.protocool.com)
svn: PROPFIND request failed on ''/public/plugins''
svn: PROPFIND of ''/public/plugins'': Could not resolve hostname
`sv...
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...
2006 Feb 04
0
Cartographer plugin problem: was: ArgumentError when installing plugins with -x
...ied to install plugins where this
> error has occured. It only occurs when I use the -x flag.
>
>
> What is the problem?
>
I found that the cartographer plugin has been moved to rubyforge. But
I am still getting an error trying to install it.
script/plugin install cartographer
svn: PROPFIND request failed on ''/rails/plugins''
svn: PROPFIND of ''/rails/plugins'': 403 Forbidden (http://svn.protocool.com)
svn: PROPFIND request failed on ''/public/plugins''
svn: PROPFIND of ''/public/plugins'': Could not resolve hostname
`sv...
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 failed: SSL error: bad
signature (https://svn.r-project.org)
on other boxes, things are fine. I've tried two different versions of
svn on this box, 1.2.3 and 1.3.0, to no avail. Any suggestions would...
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) Is there a way to send status code "207 Multi-Statu...
2006 Apr 13
4
apache permission problems
...r directories. The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory /home/*/public_html>
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS PROPFIND>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS PROPFIND>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
<Directory /home/*/public_html/cgi-bin>
Options ExecCGI
SetHandler cgi-s...
2013 Aug 20
2
[LLVMdev] svn problems?
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?
David
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 HttpHandler#process callback?
thanks,
doug
--
"Contrary to what most people say, the most dangerous animal in...
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 18
1
Problems freezing rails 1.0
...t applications to 1.0 when I
start developing a new one in 1.1.2.
I''ve tried to do it this two different ways (from app root folder)
1. rake freeze_edge REVISION=3303
2. svn export http://dev.rubyonrails.org/svn/rails/tags/rel_1-0-0 vendor/rails
In both cases I get similar errors:
svn: PROPFIND request failed on ''/svn/rails/tags/rel_1-0-0''
svn: PROPFIND of ''/svn/rails/tags/rel_1-0-0'': 400 Bad request: request
method not supported (http://dev.rubyonrails.org)
Any ideas where I''m going wrong?
Cheers.
2007 May 16
1
Wierd interaction between Samba and HTTP?
...net use z: \\<host>\jeff
and it fails. When it fails, I get the following in my *HTTP* log:
192.168.1.97 - - [15/May/2007:17:20:34 -0700] "OPTIONS / HTTP/1.1" 200 -
"-" "Microsoft-WebDAV-MiniRedir/5.1.2600"
192.168.1.97 - - [15/May/2007:17:20:34 -0700] "PROPFIND /jeff HTTP/1.1"
405 300 "-" "Microsoft-WebDAV-MiniRedir/5.1.2600"
192.168.1.97 - - [15/May/2007:17:22:32 -0700] "OPTIONS / HTTP/1.1" 200 -
"-" "Microsoft-WebDAV-MiniRedir/5.1.2600"
192.168.1.97 - - [15/May/2007:17:22:32 -0700] "PROPFIND...
2007 Oct 17
0
svn access via apache with ntlm authentication
....5-ntlmssp"
require valid-user
</Location>
and I do "svn co http://svnhost/svn/repos/test" ,
it seems to me that the server doesn't even bother calling the
ntlm_winbind module for authentication...
There are no logs or any trace of related messages and all I get is
svn: PROPFIND request failed on '/svn/repos/test'
svn: PROPFIND of '/svn/repos/test': authorization failed (http://
svnhost)
at the client side.
Any ideas ?
Thomas
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 `svn.techno%2Dweenie.net'': No address associated
with nodename (http://svn.techno%2Dweenie.net)
Not...
2007 Jul 25
0
[LLVMdev] [Fwd: Re: svn issues]
...>
> Sorry to post off-list, but I'm not subscribed (reading through
> gmane).
>
> The URL is fine. You can check that all svn URLs have that format
> checking apache's access log. That is from my server:
>
> 81.41.168.35 - distm [20/Jul/2007:17:20:49 +0200] "PROPFIND
> /dist/!svn/vcc/default HTTP/1.1" 207 392
>
> 'dist' is the virtual directory that is managed by svn (when apache
> receives a request for such directory, it delegates on the associated
> module, in this case, mod_dav_svn.so. In your case the virtual
> directory is...
2016 Apr 12
1
Slow authentication on C7
...passwd
AuthLDAPURL "ldaps://ldapserver1.example.com/dc=example,dc=com?uid
ldaps://ldapserver2.example.com/dc=example,dc=com?uid "
AuthBasicProvider file ldap
AuthzLDAPAuthoritative off
AuthLDAPGroupAttribute member
AuthLDAPGroupAttributeIsDN On
# READ
<Limit OPTIONS PROPFIND GET REPORT>
Require ldap-group cn=dev,cn=groups,dc=example,dc=com
Require ldap-group cn=qa,cn=groups,dc=example,dc=com
</Limit>
# WRITE
<LimitExcept OPTIONS PROPFIND GET REPORT>
Require ldap-group cn=dev,cn=groups,dc=example,dc=com
</LimitExcept>
</Locati...