Is it possible to use Bazaar on my windows shared hosting without SSH access? http://bazaar.canonical.com/en/
If it is possible, can you please explain how to set it up?
Is it possible to use Bazaar on my windows shared hosting without SSH access? http://bazaar.canonical.com/en/
If it is possible, can you please explain how to set it up?
For example if you setup a domain bzr.example.com
on the Windows server with its document directory in /websites/bzr.example.com
, then you could push your bzr project with:
bzr push ftp://username:password@server/websites/bzr.example.com/project1 --create-prefix
And your friends can branch from it read-only via:
bzr branch http://bzr.example.com/project1
If your provider supports uploading with ftp or sftp, you can use that. How do you upload files normally?
You can use http or ftp protocol for your concern.
See documentation here:
http://doc.bazaar.canonical.com/bzr.2.5/en/admin-guide/other-setups.html