Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

lp-get-branches(1) [debian man page]

get-branches(1) 					      General Commands Manual						   get-branches(1)

NAME
get-branches - downloads all branches related to a Launchpad team or person SYNOPSIS
get-branches [-d directory] [-o branch|checkout] -t team get-branches team get-branches --help DESCRIPTION
get-branches uses the LP API to get a list of branches for a person or team and calls Bazaar to download all branches. OPTIONS
Listed below are the command line options for get-branches: -h, --help Display a help message and exit. -d, --directory Download branches to a directory other than the current directory. -o, --operation Specifies which Bazaar operation to use when downloading the branches; may be either branch or checkout. -t, --team Specifies which Launchpad team/person to download branches from. This option is required. AUTHORS
get-branches was written by Daniel Holbach <daniel.holbach@ubuntu.com>, and this manual page was written by Jonathan Patrick Davies <jpds@ubuntu.com>. Both are released under the terms of the GNU General Public License, version 3. SEE ALSO
bzr(1) ubuntu-dev-tools 11 August 2008 get-branches(1)

Check Out this Related Man Page

SVN-INJECT(1)							 Command reference						     SVN-INJECT(1)

NAME
svn-inject - puts a Debian source package into Subversion repository SYNOPSIS
svn-inject [options] package.dsc repository_URL OPTIONS
svn-inject accepts the following options on the command-line: -h print the help menu -v Make the command output verbose Default: Off. -q Hide less important messages Default: Off. -l Layout type. 1 (default) means package/{trunk,tags,branches,...} scheme, 2 means the {trunk,tags,branches,...}/package scheme. Default: 1 -t directory Specify the directory where the .orig.tar.gz files are stored on the local machine. Default: Off. -d | --do-like=directory Looks at the working directory of some other package and uses its base URL, tarball storage directory and similar checkout target directory. Default: Off. -c number Checkout nothing (0), trunk directory (1) or everything (2) when the work is done. Default: 1 -o Only keep modified files under SVN control (including the debian/ directory), track only parts of upstream branch Default: Off. -O | --no-branches Do not create the branches subdirectory at all. This works in a similar way to -o but all changes on upstream files (e.g. meta changes like updating the config.guess and config.sub files) are ignored and the upstream branch is not used. Default: use branches/. -s By default, svn-inject used to create .svn/deb-layout after an inject operation if a checkout followed the inject. Since version 0.6.22 this behaviour is deprecated. With this parameter svn-inject will replicate the old behaviour. This option was provided since it can be useful when creating a local override file. Default: Off. -setprops -set-props Set svn-bp:* props on the debian directory automatically. Default: Off. SEE ALSO
/usr/share/doc/svn-buildpackage/() The svn-buildpackage HOWTO manual svn-upgrade(1) upgrade source package from a new upstream revision. svn(1) Subversion command line client tool dpkg-buildpackage(1) Debian source package tools AUTHORS
Eduard Bloch This manual page was written by Eduard Bloch in roff. Goneri Le Bouder Converted manpages to SGML. Neil Williams Converted manpages to DocBook XML and current Debian maintainer COPYRIGHT
Copyright (C) 2009 Eduard Bloch Release: 0.8.2 May 2009 SVN-INJECT(1)
Man Page

12 More Discussions You Might Find Interesting

1. Gentoo

Unix OS Installer

Hey Guys, Can somebody help me get a unix OS installer (preferably no charge)? Can I install it on intel pc? I got a copy of unix installer a year ago and tried installing it on an intel pc but I can't get it done although I was already following instructions. Slick (42 Replies)
Discussion started by: Slick
42 Replies

2. Shell Programming and Scripting

size of directory

Hello again; I have a directories and subdirectories in my current directory and i wanna to find the directories( and subdirectories ) which are larger than what user enters as first parameter. find . -type d -size +"$1"c -print > directories.dat I used this command and i am not sure it is... (19 Replies)
Discussion started by: redbeard_06
19 Replies

3. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

4. Ubuntu

grub loader

i was dual booting vista and ubuntu but i have now taken off vista. however the microsoft bootloader is still in the list. how do i get rid of it and automatically boot into ubuntu? (13 Replies)
Discussion started by: bcbotha
13 Replies

5. What is on Your Mind?

Which team will win the 2010 World Cup final?

Spain or the Netherlands? (12 Replies)
Discussion started by: Neo
12 Replies

6. Ubuntu

Mounting a disk clone

I wasn't sure where to put this thread but since i use ubuntu for data recovery, I figured this is the best place. So, a friend passed me a 250G Western Digital hard disk the other day and said that his client needs to get her pictures off it. the problem: windows says it wants to reformat the... (13 Replies)
Discussion started by: old noob
13 Replies

7. Linux

cygwin - ubuntu

I like using cygwin. Does anybody know how to enable sudo and other ubuntu like commands? Thanks in advance. (14 Replies)
Discussion started by: jae99
14 Replies

8. Ubuntu

kenel panic not syncing

I installed a new kernel 3.0.22 on ubuntu server 11.04 32 bit. when I select the kenel from boot loader it stops when Code: loading initial ramdisk... I added all_generic_ide at the end of linux line and also added dev/sda1 to linux line: root=UUID=dev/sda1 now it says that ... (12 Replies)
Discussion started by: dr_mabuse
12 Replies

9. Web Development

Vbseo removal

first off i want to thank you for such a great site, you helped me narrow down a long search on what was wrong with my forum, i have a large forum motorbicycling DOT com which i had someone remove vbseo before they went under because of all the security problems. anyway i have lots of 404 errors... (13 Replies)
Discussion started by: atcspaul
13 Replies

10. UNIX for Dummies Questions & Answers

Safe place for download

Afternoon: I know this may sound inane, but could anyone direct me to a site where I could safely D/L a Ubuntu/Linux O.S. (.iso). I'm having so much trouble with LM17 (before that it was Ub12.04) and someone suggested a corrupted O.S. Just F.Y.I., I downloaded from LinuxMint homepage. Used... (12 Replies)
Discussion started by: 69Rixter
12 Replies

11. Ubuntu

No access to etc directory

Hi, I'm new to this... but I am unable to see /etc, however I can access it via gknautilus... but as superuser I'm getting told no such file or directory via terminal (15 Replies)
Discussion started by: GaryW
15 Replies

12. Ubuntu

Check for download before running command

This works so I do not have to manually hit my sleep button. Is there a way to make it not run if a download is occuring? (Using my browser) #!/bin/bash # # Suspend computer if no mouse/keyboard activity for 10 minutes # # The time is in milliseconds !! 3000 = 3 seconds # 1 minute = 1000... (15 Replies)
Discussion started by: drew77
15 Replies