[ANNOUNCE] bzr-webdav is back

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Jun 13 07:22:28 BST 2008


I'm happy to announce the return of the availability of the
bzr-webdav plugin :-)

It requires a DAV enabled server (apache2 so far).

It allows write access for http and, being built on top of the
http urllib implementation provided by bzr, can use all the
available authentication schemes, proxies, etc.

How to get it:

 cd $(BAZAAR_PLUGINS)
 bzr branch lp:~bzr/bzr.webdav/webdav/ webdav

How to use it:

 bzr push http+webdav://host/path_to_branch

or
 
 bzr push https+webdav://host/path_to_branch


Comments, suggestions, patches all welcome,

          Vincent



More information about the bazaar mailing list