from WebDAV 2 SVN plugin?
Moderators: Hacker, petermad, Stefan2, white
from WebDAV 2 SVN plugin?
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?:)
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.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
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.
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
https://www.ghisler.com
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.
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.
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!
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!
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.
>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.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
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
https://www.ghisler.com