Malayalam Translation Team for gnu.org - Bazaar Repositories
Show feedback again
Getting a Copy of the Bazaar Repository
Anonymous read-only access
The Bazaar repositories for projects use separate directories for
each branch. You can see the branch names in the repository by pointing
a web browser to:
http://bzr.savannah.gnu.org/r/www-ml
For a repository with separate branch directories (trunk, devel, …), use:
bzr branch bzr://bzr.savannah.gnu.org/www-ml/branch
where branch is the name of the branch you want.- For a repository with only a top-level .bzr directory, use:
bzr branch bzr://bzr.savannah.gnu.org/www-ml
- If you need the low-performance HTTP access, this is the url:
http://bzr.savannah.gnu.org/r/www-ml
Developer write access (ssh)
bzr branch bzr+ssh://<membername>@bzr.savannah.gnu.org/www-ml/branch
More introductory documentation
Check the UsingBzr page at the documentation wiki.
Show feedback again


