from WebDAV 2 SVN plugin?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
usercard
Junior Member
Junior Member
Posts: 5
Joined: 2004-10-18, 00:34 UTC

from WebDAV 2 SVN plugin?

Post by *usercard »

Has anybody try 2connect with webdav plugin to subversion(SVN)
repository? If not try it`s working.!!!

connect to: http://svn.dsource.org/svn/projects/core32
user name: anonymous

WebDAV plugin have 50% of needed functionality for true SVN plugin.
Has anybody manpower for transform WebDAV into such needed plugin?

And we can say good bye CVS? Or don`t?:)
Last edited by usercard on 2004-10-18, 19:30 UTC, edited 1 time in total.
usercard
Junior Member
Junior Member
Posts: 5
Joined: 2004-10-18, 00:34 UTC

Post by *usercard »

Is this informaion neened or not? :(
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

I get the following error:

CONNECT \svn dsource
Get dir: /svn/projects
PROPFIND http://svn.dsource.org/svn/projects/ HTTP/1.1
Error: 405 Method Not Allowed
Disconnected

So apparently it's not really a WEBDAV server.
Author of Total Commander
https://www.ghisler.com
usercard
Junior Member
Junior Member
Posts: 5
Joined: 2004-10-18, 00:34 UTC

Post by *usercard »

Sorry Christian, my mistake.
Please try the folowwing URL http://svn.dsource.org/svn/projects/core32
it`s working!!!

Result are:

CONNECT \Quick connection
Get dir: /svn/projects/core32
PROPFIND /svn/projects/core32/ HTTP/1.1
207 Multi-Status

core32 is the one of hosting project there.
usercard
Junior Member
Junior Member
Posts: 5
Joined: 2004-10-18, 00:34 UTC

Post by *usercard »

People are you here?
Has anybody try?
Or I am spoke with myself?:)
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2usercard
The server works fine with WebDAV. Does that mean we could easily achieve a version control system using an extended version of the WebDAV plugin? Is WebDAV a subset of SVN? Could you give some explanations about this, please?
I have suggested such a feature in the original WebDAV thread. I really like to see it in future versions of this plugin!
usercard
Junior Member
Junior Member
Posts: 5
Joined: 2004-10-18, 00:34 UTC

Post by *usercard »

2Lefteous
>Does that mean we could easily achieve a version control system using an extended version of the WebDAV plugin?
I think the programmers could done this stuff easy
>Is WebDAV a subset of SVN?
What did you mean subset?
SVN(Subversion) is a SCM like CVS and it have 2 modules:
mod_dav_svn.so - Subversion plug-in for the Apache DAV module
mod_authz_svn.so - Subversion path-based authorization module for Apache
So any Apache server is power to host Subversion SCM for the web.
>Could you give some explanations about this, please?
Apache host WebDAV repository and trow http or https we are able for view repository. Unfortunately i dont know exactly but i think that editing the document(with some rights for this) on the server is atomic commit in repository(before editing 12rev - after 13rev)., but may be i wrong?
>I have suggested such a feature in the original WebDAV thread.
Thank you wery much.
>I really like to see it in future versions of this plugin!
I too:) or may be in new SVN plugin for Total Commander sharp speccialy for Subversion.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48088
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

So what has to be changed to make it an SVN plugin? Anyone who wants to make these modifications can freely use my code, but please make a new plugin out of it (e.g. an SVN plugin).
Author of Total Commander
https://www.ghisler.com
User avatar
Lefteous
Power Member
Power Member
Posts: 9535
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2usercard
Thank you for your answers. This sounds very interesting!
What did you mean subset?
That means that SVN has all functionality of WebDAV but has some (useful) additions.
Post Reply