You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Jay Freeman (saurik)" <sa...@saurik.com> on 2002/08/01 11:36:32 UTC

Implementation of CVS Over WebDAV

Thought someone here might be interested in this.  I spent tonight writing a
little Java servlet that allows CVS access using WebDAV.

My test URL: http://www.saurik.com/cvs-bin/
(you can't just GET that URL, I still return 403 for that; you need to use a
WebDAV client)

It's backed by the same repository as this copy of Chora (CVSWeb-a-like), if
you want to see the repository that my servlet is WebDAVing:
http://mail.saurik.net/chora/cvs.php/chora/?login=2&rt=Chora

Still read-only, but I might put some work into making it read/write this
weekend.  I also need to spend time getting more properties giving sensible
results.

Sincerely,
Jay Freeman (saurik)
saurik@saurik.com


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org