.\" Automatically generated by Pod::Man 2.25 (Pod::Simple 3.16) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .ie \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . nr % 0 . rr F .\} .el \{\ . de IX .. .\} .\" ======================================================================== .\" .IX Title "hitchhiker 1" .TH hitchhiker 1 "2012-06-15" "hitchhiker" "2012-06-15" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" hitchhiker \- Access locations using Bazaar transports .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& hitchhiker [URL] [COMMAND] [ARGS] .Ve .SH "OPTIONS" .IX Header "OPTIONS" None. .SH "DESCRIPTION" .IX Header "DESCRIPTION" A client to access bzr transports, namely the Bazaar version control repositories. This utility can be used to log into the remote host and manipulate Bazaar repositoy content like it were a \s-1FTP\s0, \s-1SFTP\s0 client. Command include cp, mv, rmtree etc. Use Case: command 'bzr upgrade <\s-1URL\s0> ' is run and after the process is over the backup.bzr needs to be removed. With this tool the task is easy. .PP If no \s-1COMMAND\s0 is supplied, interactive mode is launched. If no \s-1URL\s0 is supplied, in interactive mode, the \*(L"open\*(R" command should be used to connect to a location. .SH "EXAMPLES" .IX Header "EXAMPLES" .SS "\s-1COMMAND\s0 \s-1LINE\s0 \s-1USE\s0" .IX Subsection "COMMAND LINE USE" To run command, like \fBhelp\fR non-interactively, use \s-1URL\s0, e.g. current directory: .PP .Vb 1 \& hitchhiker . help .Ve .PP Without options, the command line client starts in interactive mode: .PP .Vb 2 \& hitchhiker \& (Cmd) .Ve .PP Try command \fBhelp\fR for list of possibilities .PP .Vb 10 \& (Cmd) help \& at \& cd \& connect\-and\-wait \& edit \& exit \& get \& help \& info \& ls \& lsl \& mirror \& mkdir \& open \& put \& rename \& rm \& rmtree .Ve .PP Further help is provided for each command: .PP .Vb 3 \& (Cmd) help open \& Usage: open LOCATION \& Open a new location. \& \& The location may be any URL supported by Bazaar. \& (Cmd) exit .Ve .SS "\s-1USE\s0 \s-1CASES\s0" .IX Subsection "USE CASES" Upgrade a remote Bazaar baranch at http://launchpad.net Bazaar and remove the backup .PP .Vb 2 \& bzr upgrade lp:~user/+brach/name \-\-2a \& hitchhiker lp:~user/+brach/name rmtree backup.bzr .Ve .SH "ENVIRONMENT" .IX Header "ENVIRONMENT" None. .SH "FILES" .IX Header "FILES" None. .SH "SEE ALSO" .IX Header "SEE ALSO" \&\f(CWbzr(1)\fR \&\f(CWsftp(1)\fR .SH "AUTHORS" .IX Header "AUTHORS" Program was written by Aaron Bentley . .PP This manual page was written by Jari Aalto , for the Debian \s-1GNU\s0 system (but may be used by others). Updated by Jari Aalto . Released under license \s-1GNU\s0 \s-1GPL\s0 v2 or (at your option) any later version. For more information about license, visit .