webdav

Git fails to clone repo from ownCloud's webdav interface

拟墨画扇 提交于 2019-12-04 12:50:36
I am having some personal git repos on my ownCloud. I can clone it from 2 ubuntu machines and a Windows PC by accessing ownClouds webdav url: http://myserver.a/remote.php/webdav/repos/repo.git Recently I installed Arch Linux with git version 1.8.1.5 and it fails with this error message: fatal: http://myserver.a/remote.php/webdav/repos/repo.git/info/refs?service=git-upload-pack not found: did you run git update-server-info on the server? I did add the post-update hook, eventually it works on my other machines. The servers error.log says 404 when git asks for ...info/refs?service... The ubuntu

How can I write a WebDAV server with Delphi? [closed]

落爺英雄遲暮 提交于 2019-12-04 12:48:53
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . There are some WebDAV clients available for Delphi (for example included in Indy 10). Is there also a simple WebDAV server solution written with Delphi? If there is none yet, maybe you know an implementation in a different language (C#, Java) which you can recommend as a starting point for a WebDAV server implementation? (It does not have to be a full-featured solution, a rather simple skeleton could

How to make Subversion use Linux system accounts for authentication?

陌路散爱 提交于 2019-12-04 08:46:05
问题 I've set up a Ubuntu Server for Subversion with Apache/WebDAV interface to share repositories with other developers. My question is, how can I make Subversion use the linux system accounts for authentication? This would lead to very easy Subversion account management. Subversion with Apache/WebDAV is currently working with this configuration: Contents of /etc/apache2/mods-available/dav_svn.conf: <Location /svn> DAV svn SVNParentPath /home/svn SVNListParentPath On AuthType Basic AuthName

Which file access is the best : Webdav or FTP? [closed]

一个人想着一个人 提交于 2019-12-04 07:35:09
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago . I have to develop a Java application that has to read some files on the network, edit them and put them back. The problem is that I always did (over the network) file operations through the FTP protocol. But, I recently heard about Webdav which is HTTP based. Did anyone

WebDAV and WebAPI together cause Error: Handler “ExtensionlessUrlHandler-Integrated-4.0” has a bad module “ManagedPipelineHandler” in its module list

∥☆過路亽.° 提交于 2019-12-03 16:42:35
问题 I have both WebDAV installed and running on my site, as a virtual sub site i have a MVC WebAPI site, the API works great, until I try to send a PUT request to it, then i get the below error: HTTP Error 500.21 - Internal Server Error Handler "ExtensionlessUrlHandler-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list If I disable WebDAV, then everything works fine and I get no errors. This only happens when WebDAV is enabled. I have all of the following code in my web

implementing simple Document management

别等时光非礼了梦想. 提交于 2019-12-03 16:10:00
My qustion is: How would you go on implementing simple DMS(document management) based on following requirements? DMS shouls be distributed web application. Support for document versioning. Support for document locking. Document search. Im already clear on what technologies I want to use. I will use Sring MVC, Hibernate and relational (most likely MYSQL) database. One thing Im not very clear on is if I need to use webdav , since I could just upload or download documets. I thing I have to because I need to acomplish point 2. and especially point 3. somehow. Is this the right way to go? Any

Example of a minimal request response cycle for WebDAV?

有些话、适合烂在心里 提交于 2019-12-03 15:26:49
Is there a minimal (possibly annotated) example of a typical request-response cycle, with both headers and body. As I understand it, this consists of an initial OPTIONS and a subsequent PROPFIND exchange - after that, GET and PUT should be straightforward, so I don't need a generic example there. I've been considering exposing existing RESTful resources (collections and individual items within) via WebDAV. I only need basic functionality to work - listing directories, reading and writing files - which AFAICT means adding PROPFIND support should suffice. The specification includes examples:

Rails 3, HTTP extensions (WebDAV) and Rack App mounting

霸气de小男生 提交于 2019-12-03 13:28:48
1 The following is more to point out to the code devs an issue of rails that can be percieved as a flaw. 2 And also me asking some oppinions from people who know better. I want to add WebDAV to my Rails 3 App with Warden authentication. My warden middleware is injected via Devise. http://github.com/chrisroberts/dav4rack http://github.com/hassox/warden http://github.com/plataformatec/devise I cannot mount DAV4Rack handlers from inside rails app (routes), like this: # in config/routes.rb mount DAV4Rack::Handler.new( :root => Rails.root.to_s, # <= it's just an example :root_uri_path => '/webdav',

Amazon S3 WebDAV access

霸气de小男生 提交于 2019-12-03 10:27:19
问题 I would like to access my Amazon S3 buckets without third-party software, but simply through the WebDAV functionality available in most operating systems. Is there a way to do that ? It is important to me that no third-party software is required. 回答1: There's a number of ways to do this. I'm not sure about your situation, so here they are: Option 1: Easiest: You can use a 3rd party "cloud gateway" provider, like http://storagemadeeasy.com/CloudDav/ Option 2: Set up your own "cloud gateway"

WebDAV Server for Cocoa iPhone and iPad running iOS

老子叫甜甜 提交于 2019-12-03 09:08:32
I'm looking for a WebDAV server - best Open Source - for iPhone and iPad for integration in my app. It should be possible to list, download and upload files. I would like to point the server root on the 'Documents' folder of my app, so the methods should be mapped directly to the file system if possible. On my search through the internet I came around some suggestions, but they did not work for me: touchcode - the WebDAV server part can be found unter 'Experimental' and I was not able to get it running. Maybe someone has a working release of it? iSharing - this seemed to be a commercial