[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Implementation of CVS Over WebDAV

From: Jay Freeman \(saurik\) <saurik_at_saurik.com>
Date: 2002-08-01 13:36:32 CEST

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
Received on Thu Aug 1 13:37:49 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.