Search code examples
version-controlwindows-server-2008dvcswindows-server-2008-r2bazaar

Set up a Bazaar SmartServer without ssh on windows server 2008


How can I set up a Bazaar smart server on windows server using the Bazaar protocol only (aka bzr:// and no ssh)? Although I must still have a user/password authentication.

It is hard to find the right documentation or even the right information indicating whether there is a possibility to do that or not.


Solution

  • Available Bazaar protocol for authentication with username & password : FTP, SFTP, HTTP, HTTPS.

    the bzr:// protocol does not support authentication.

    Have a look here: http://doc.bazaar.canonical.com/developers/authentication-ring.html