'\" t .\" Title: git-remote-bzr .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 04/08/2014 .\" Manual: Git Manual .\" Source: Git 1.9.1 .\" Language: English .\" .TH "GIT\-REMOTE\-BZR" "1" "04/08/2014" "Git 1\&.9\&.1" "Git Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" git-remote-bzr \- Fetch from or push to a Bazaar repository .SH "SYNOPSIS" .sp \fIgit clone\fR bzr::/path/to/bzr/repo/or/url .SH "DESCRIPTION" .sp This remote helper allows commands like \fIgit fetch\fR and \fIgit push\fR to access a repository that was created using the \fBbzr\fR(1) tool\&. .sp Any URL that Bazaar supports can be used by preceding it with "bzr::"\&. For example: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} bzr::bzr+ssh://host\&.xz/path/to/bzr/trunk \- Bazaar smart server over SSH .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} bzr::http://host\&.xz/path/to/bzr/trunk \- read\-only HTTP .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} bzr::ftp://host\&.xz/path/to/bzr/trunk \- passive FTP .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} bzr::sftp://host\&.xz/path/to/bzr/trunk \- SFTP .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} bzr::/path/to/bzr/trunk \- local filesystem .RE .sp The URL prefix "bzr://" can be used as an abbreviation for "bzr::bzr://" to refer to access over Bazaar protocol\&. .SH "DEPENDENCIES" .sp bzrlib (the Bazaar Python library) .SH "SEE ALSO" .sp \fBgit-fetch\fR(1), \fBbzr\fR(1), "bzr help urlspec", \fBgitremote-helpers\fR(1) .SH "GIT" .sp Part of the \fBgit\fR(1) suite